ember-cli-fastboot icon indicating copy to clipboard operation
ember-cli-fastboot copied to clipboard

Rehydration Support: Disable update after first render pass is complete.

Open dnalagatla opened this issue 5 years ago • 1 comments

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.

dnalagatla avatar Oct 26 '19 01:10 dnalagatla

// Moved this comment to #705 where it probably actually belongs!

mydea avatar Mar 17 '20 11:03 mydea