-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
https://reactjs.org/docs/refs-and-the-dom.html says that
refupdates happen beforecomponentDidMountorcomponentDidUpdatelifecycle methods.
So, should we set it to false initially here:
Line 24 in 91b4d9d
| const mounted = useRef(true) |
?
Metadata
Metadata
Assignees
Labels
No labels