You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix useRef usages to be called with an explicit argument of undefined. (#2164)
* Fix `useRef` usages to be called with an explicit `undefined` argument.
- This change was made by running `npx types-react-codemod useRef-required-initial .` in preparation for React 19.
* Fix type issue related to `latestSubscriptionCallbackError`
0 commit comments