起因:export 导出不止一个 须要用花括号解构出本人想要的


例如:

import Provider from 'mobx-react'

改为

import {Provider} from 'mobx-react'