-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- At the core of the matter it is a situation where a node got rendered before the suspended bit actually got to update something that node depended on and thus invalidating the expectations within hydration. - The fix is to not have a general ContentAction but rather have it be part of the output per component. Not a terrible tradeoff, aside from some added code duplication per component. The interesting part is that the outlet is also part of the suspense.
- Loading branch information
1 parent
7338cb3
commit e21de74
Showing
2 changed files
with
9 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters