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
we use it inside a useEffect dependency array, and now that it's no
longer coming from `useState`, it gets reset everytime & the logic
breaks. the wrapping in useCallback fixes this.
0 commit comments