mobx-devtools icon indicating copy to clipboard operation
mobx-devtools copied to clipboard

Module not found: Can't resolve 'mobx-state-tree'

Open Tri4Ty opened this issue 3 years ago • 2 comments

I have mobx 6.1.8 and my app does not live inside an iframe. Here are my mobx-related depencencies:

"mobx": "^6.1.8",
"mobx-devtools-mst": "^0.9.30",
"mobx-react": "^6.1.8",

When i try to import devtools like so:

import makeInspectable from 'mobx-devtools-mst' I get the following error:

Module not found: Can't resolve 'mobx-state-tree' in '.../node_modules/mobx-devtools-mst/lib'

Tri4Ty avatar Apr 07 '21 14:04 Tri4Ty

Same issue here.

LandonSchropp avatar Apr 16 '21 18:04 LandonSchropp

Do you have mobx-state-tree? Are you using mobx-state-tree? Otherwise you don't even need mobx-devtools-mst

kuasha420 avatar Jun 04 '21 11:06 kuasha420