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
useToggle: ignore react events passed to state setter (#867) (085f711), closes #861
BREAKING CHANGES
useToggle:useToggle now ignores react events passed to its
state setter, so it can be used as event handler directly.
useMediaQuery:useMediaQuery and useScreenOrientation are
asynchronous now and yields undefined at very first render, but
updates to actual value right after.