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
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Version of EOSJS
20.0.0-beta2
Describe the bug
When a project that already use babel-polyfill, include this library, an exception occur:
Uncaught Error: only one instance of babel-polyfill is allowedTo Reproduce
check here the code to reproduce:
https://codesandbox.io/s/q33k7vmk14
as far as I know, 3rd party libraries, such this one, should not include babel-polyfill, check the answer here for more info:
https://stackoverflow.com/questions/34962902/should-javascript-library-which-uses-es6-and-es7-features-require-babel-polyfill