Open ejbp opened 6 years ago
The issue still maintains.
I am currently unable to use this library due to this issue.
hey guys, so sorry about the delay. i will push an update tomorrow to address.
thanks for your patience.
@rorygarand any updated regarding this?
Hi, any updated regarding this?
Yea, still seeing this issue.
Please update
i got this problem too ... we all waiting for update
updates? 🤔
I got this issue too, please update
I've made a few upgrades to pass from babel-x to @babel/x modules and suddenly I encountered the following error:
Line 158 on react-amplitude/dist/index.js is:
__webpack_require__(11)((window, document));
Any ideas?
Thanks in advance.
---- UPDATE -----
I changed line of code 46 on src/index.js from require('./utils/amplitude')((window, document)) to require('./utils/amplitude').default(window, document), build it and started to work.