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
React is going to introduce concurrent mode which will include a new useTransition hook. However, this library provides a hook with the same name, which is an unfortunate naming collision.
Do you have any ideas or plans how to deal with that?