- 操作系统 - Windows 10 x64
- NodeJs v8.9.3
- npm 5.7.1
示例代码存储库 - https://github.com/niral3737/testMobxStateTreeApp
我正在使用 mobx-state-tree 并创建了一个带有字段名称的模型 Invoice。我在 App.js 类中使用该模型。
当它编译时,它会抛出
Failed to compile.
./node_modules/mobx-state-tree/dist/mobx-state-tree.module.js
2247:12-18 'mobx' does not contain an export named 'extras'.
这里有什么问题?