Mobx issue in web SDK 2.9.5

Description
I use Web SDK version 2.9.5. When I try to init meeting, I
got a freeze of screen (the issue see below)
I use “mobx”: “^6.3.8”, in my own project.

Browser Console Error
“helpers.js:88 Uncaught Error: [mobx] There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use configure({ isolateGlobalState: true })
at d (webim.min.js:16:1169)
at h (webim.min.js:16:1129)
at webim.min.js:16:15450
at r (helpers.js:71:23)”

Which Web Meeting SDK version?
2.9.5

Device (please complete the following information):

  • Device: [e.g. Macbook Pro]
  • OS: [e.g. macOS 11]
  • Browser: Chrome
  • Browser Version 108.0.5359.98

@dev_strikersoft ,

Thank you for posting in the developer forum and sorry to hear about the behavior you are seeing. I am happy to help triage this matter and share this edge case internally if need. Before doing so, can set the debug flag in the init and share the entire error with us?

Screen Shot 2023-01-11 at 6.16.43 PM

webim.min.js:16 Uncaught Error: [mobx] There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use configure({ isolateGlobalState: true })
at d (webim.min.js:16:1169)
at h (webim.min.js:16:1129)
at webim.min.js:16:15450
d @ webim.min.js:16
h @ webim.min.js:16
(anonymous) @ webim.min.js:16
setTimeout (async)
(anonymous) @ webim.min.js:16
(anonymous) @ webim.min.js:16
(anonymous) @ webim.min.js:16
n @ webim.min.js:1
(anonymous) @ webim.min.js:22
n @ webim.min.js:1
(anonymous) @ webim.min.js:1
(anonymous) @ webim.min.js:1
(anonymous) @ webim.min.js:1
(anonymous) @ webim.min.js:1

I set configure({ isolateGlobalState: true }) in my own project and fixed this issue!

Awesome, @dev_strikersoft news! Thanks for sharing the solution with the Zoom Developer forum. Please let us know if you have any further questions related to a specific issue you’re trying to resolve

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.