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
While I skimming through your document, I noticed that there are useBooleanState and useToggle . I wonder if both of these hooks are needed. I think that they are virtually the same. In specific, isn't useToggle subset of useBooleanState?