When computing globalState, mobx does new MobXGlobals().version , and the version turns out to be 5. I have mobx 6 installed. I can grep my source code for version = 6 and get globalstate.ts results .
I try to grep in my code and node_modules for version.{0,10}5 but I find nothing.
Why do I have mobx version 5?
Thank you,
Slackware