-
-
Notifications
You must be signed in to change notification settings - Fork 980
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix resolution of refs in the old API (#2019)
When ref is set via a function i.e. `ref={(r) => refObject.current = r}` instead of `ref={refObject}` it's possible that it won't be resolved in time. Seems like trying again is working and it's easy to implement.
- Loading branch information
1 parent
2cdeb4e
commit 3fc9b45
Showing
1 changed file
with
25 additions
and
11 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