-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make sure the reactive listeners are attached as early as possible
before we would execute the use_effect that attaches event listeners for reactive variables after those of users. Now, we execute it before users. Before this caused setting of reactive variables in a use_effect to not re-render the current component.
- Loading branch information
1 parent
99036cb
commit bda142c
Showing
2 changed files
with
22 additions
and
3 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