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
{{ message }}
This repository was archived by the owner on Dec 31, 2020. It is now read-only.
currently we have two copies of mobx-react-lite in our app becuase of this dependency graph:
app->mobx-react (~6.1.3)->mobx-react-lite (1.4.0) //EXACT version
app->some-package->mobx-react-lite (~1.4.1)
Therefore we have in our build both mobx-react-lite@1.4.0 and mobx-react-lite@1.4.1