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
Our dependency on outdated versions of mobx (specifically mobx-sync-lite) for data storage currently blocks us from updating to React 18. I would prefer to move to zustand where all critical functionality for syncing state to storage are maintained as part of the core library.
Our dependency on outdated versions of
mobx
(specificallymobx-sync-lite
) for data storage currently blocks us from updating to React 18. I would prefer to move tozustand
where all critical functionality for syncing state to storage are maintained as part of the core library.The text was updated successfully, but these errors were encountered: