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
Why do I need this hook? Why are you not satisfied with accessing these functions directly?
All functions from this hook are static and have no initialization stage, functions have no state, available features do not change. These are literally static functions wrapped in useCallback, which are already memoized and never change.
And this is the only hook that is described in the documentation
The text was updated successfully, but these errors were encountered:
Why do I need this hook? Why are you not satisfied with accessing these functions directly?
All functions from this hook are static and have no initialization stage, functions have no state, available features do not change. These are literally static functions wrapped in useCallback, which are already memoized and never change.
And this is the only hook that is described in the documentation
The text was updated successfully, but these errors were encountered: