nareshbhatia / mobx-state-router

MobX-powered router for React apps
https://nareshbhatia.github.io/mobx-state-router/
MIT License
227 stars 31 forks source link

Attempted import error: 'decorate' is not exported from 'mobx' #100

Closed yallie closed 3 years ago

yallie commented 3 years ago

Hello,

I've created a simple react application following the getting started guide. The application shows this error:

Failed to compile ./node_modules/mobx-state-router/dist/mobx-state-router.esm.js Attempted import error: 'decorate' is not exported from 'mobx'.

Looks like mobx-state-router uses deprecated decorate method. Any plans to support MobX v6?

Thanks!

UPD. My dependencies are:

yallie commented 3 years ago

Sorry, found this issue related to MobX v6 migration: https://github.com/nareshbhatia/mobx-state-router/issues/95