Hi @kitze! I want to try mobx-router with mobx-state-tree and I wanted to upgrade it's deps. I managed to upgrade everything except for mobx-react, due to a failing rollup build on a missing export for mobx-react@4, since it tries to import a CJS as ESM.
There's an accompanying PR for the mobx-router-example too: https://github.com/kitze/mobx-router-example/pull/3
Hi @kitze! I want to try mobx-router with mobx-state-tree and I wanted to upgrade it's deps. I managed to upgrade everything except for
mobx-react
, due to a failing rollup build on a missing export formobx-react@4
, since it tries to import a CJS as ESM. There's an accompanying PR for themobx-router-example
too: https://github.com/kitze/mobx-router-example/pull/3