ember-cli-fastboot
ember-cli-fastboot copied to clipboard
Rehydration Support: Disable update after first render pass is complete.
Related to #705
When an application performs certain updates to the DOM after first render phase is complete, it causes Rehydration markers (%%+b:<depth>
) 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.
// Moved this comment to #705 where it probably actually belongs!