-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mobx.makeObservable is not a function? #281
Comments
$ npm view mobx version |
This is most likely a problem with your local node_modules or project
setup. Not much we can do here, unless you can provide a
minimal reproduction, in which most probably the issue won't occur at all.
…On Wed, Oct 28, 2020 at 6:24 PM Nick Perkins ***@***.***> wrote:
$ npm view mobx version
6.0.1
$ npm view mobx-utils version
6.0.1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#281 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4NBAQP26IJQRKBK23FDTSNBOVZANCNFSM4TCWI6PA>
.
|
I get this warning: this might have something to do with version 6.0.1 of mobx-utils, since when I downgraded to 5.6.1 it stopped. |
Please update to MobX 6, and respect peer dependency warnings when running
yarn / npm install :)
…On Wed, Jan 6, 2021 at 1:19 PM Yaara Cohen ***@***.***> wrote:
I get this warning:
WARNING in ../node_modules/mobx-utils/mobx-utils.module.js 629:8-22
"export 'makeObservable' was not found in 'mobx'
mobx: 5.15.4
mobx-utils: 6.0.1
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#281 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4NBHQB7EL6XQKCYPBPLTSYRPPBANCNFSM4TCWI6PA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TypeError: mobx.makeObservable is not a function
at new ViewModel (D:\Dropbox\workspace\npl\node_modules\mobx-utils\mobx-utils.umd.js:633:18)
at createViewModel (D:\Dropbox\workspace\npl\node_modules\mobx-utils\mobx-utils.umd.js:779:16)
The text was updated successfully, but these errors were encountered: