-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This regression was introduced in the previous canary version. It caused the props function to be called on every render. The deps no longer have the "length" argument included by default, because we handle length changes in a separate useMemo call now. If you want to update all springs when the length changes, you must include the length in your deps array explicitly.
- Loading branch information
1 parent
8059861
commit 55c5691
Showing
1 changed file
with
33 additions
and
20 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