ember-fastboot / ember-fastboot/ember-cli-fastboot
Rehydration Support: Disable update after first render pass is complete.
Open
- Dominant language
- JavaScript
- Stars
- 850
- Forks
- 161
- Avg merge
- 17h 45m
- Merged PRs (30d)
- 19
Description
Related to #705
When an application performs certain updates to the DOM after first render phase is complete, it causes Rehydration markers (`%%+b:`) to get unbalanced causing rehydration builder to fail in the browser and causing client-side rendering to fail.
Working on reproducible steps and repo to show the error. We noticed this behavior in the Web app at LinkedIn upon enabling rehydration.
Contributor guide
Assessment
This issue has not been assessed yet.