zalmoxisus / mobx-remotedev

MobX DevTools extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"export 'isStrictModeEnabled' (imported as 'mobx') was not found in 'mobx'"

A11oW opened this issue · comments

commented

When import remotedev from 'mobx-remotedev', I have error: "export 'isStrictModeEnabled' (imported as 'mobx') was not found in 'mobx'"

mobx: 5.9.0,
mobx-remotedev: 0.3.4

I think we have a PR to address this issue:#41
the isStrictModeEnabled method was depreciated on mobx 4, we replaced the methods with the mobx 4 or 5 equivalent.

Im closing out this issue, #41 addresses the type error for the depreciated isStrictModeEnabled method