You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project where I am using this package, I also have mobx and mobx-react-lite packages in it:
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
When I am trying to use RcGantt component I am getting this error in console:
rc-gantt.js?v=ce4c31c5:3737 Uncaught Error: [mobx] There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })`
I've tried overriding rc-ganttmobx version in my package.json file like a so:
... and I've also tried configuring my project's mobx with this line isolateGlobalState: true. Nothing seems to work. Error still occures.
Although it seems to be working just fine for now I was wondering whether you could update your package's mobx and mobx-react-lite version. Or, at least, put isolateGlobalState: true in mobx configuration (issue).
Best regards 👋🏼
The text was updated successfully, but these errors were encountered:
I have a project where I am using this package, I also have
mobx
andmobx-react-lite
packages in it:When I am trying to use
RcGantt
component I am getting this error in console:I've tried overriding
rc-gantt
mobx
version in mypackage.json
file like a so:... and I've also tried configuring my project's
mobx
with this lineisolateGlobalState: true
. Nothing seems to work. Error still occures.Although it seems to be working just fine for now I was wondering whether you could update your package's
mobx
andmobx-react-lite
version. Or, at least, putisolateGlobalState: true
in mobx configuration (issue).Best regards 👋🏼
The text was updated successfully, but these errors were encountered: