Slackbot
03/29/2023, 7:43 AMangie
03/29/2023, 8:23 AMrequire("mobx")
which ends up 1) importing another version, hence the multiple versions error, 2) the wrong version, since i need v5 and the latest is v6, where mobx.decorate was renamed.
replacing require('mobx')
in UMD header with mobx || require('mobx')
or just mobx
didn't do anythingVisnu P
03/29/2023, 7:17 PMVisnu P
03/29/2023, 7:18 PMangie
03/31/2023, 2:13 PMangie
03/31/2023, 2:13 PM