Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] FASTBOOT SHOEBOX - Use actions queue so rehydration works #5439

Merged

Conversation

runspired
Copy link
Contributor

@runspired runspired commented Apr 19, 2018

Fastboot Shoebox rehydration works at the adapter level, waiting until afterRender to flush fetches means that we can't rehydrate properly on the initial render. This fixes that for the common case of routes, but likely does not fix anything for components that fetch data.

cc @krisselden

@runspired
Copy link
Contributor Author

runspired commented Apr 19, 2018

Remaining test failure after rebase against ember canary is unknown, will investigate.

@runspired runspired changed the title Use actions queue so rehydration works [FEAT] FASTBOOT SHOEBOX - Use actions queue so rehydration works Apr 19, 2018
@runspired runspired force-pushed the use-actions-queue-so-rehydration-works branch from 563b614 to bbda934 Compare April 19, 2018 08:40
@runspired runspired force-pushed the use-actions-queue-so-rehydration-works branch from 13530ed to d3eacea Compare April 22, 2018 04:01
@runspired runspired merged commit d87e7a4 into emberjs:master Apr 22, 2018
@runspired runspired deleted the use-actions-queue-so-rehydration-works branch April 22, 2018 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants