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
When trying to use this library in typescript project like so:
importEthRegistryfrom'eth-registry';constregistry=newEthRegistry();// use default provider
I get the following error:
./node_modules/idempotent-babel-polyfill/node_modules/@babel/polyfill/lib/noConflict.js
Module not found: Can't resolve 'core-js/modules/web.dom-collections.iterator' in '/Users/cory.dickson/GitHub/eth-registry-frontend/node_modules/idempotent-babel-polyfill/node_modules/@babel/polyfill/lib'
This seems to be related #3 and #2 but should be fixed by switching over to @babel/polyfill>=7.4.0. I've tried other workarounds to no avail, such as bringing an older version of core-js in the entry of my application or symlinking the paths(too hacky).
When trying to use this library in typescript project like so:
I get the following error:
This seems to be related #3 and #2 but should be fixed by switching over to
@babel/polyfill>=7.4.0
. I've tried other workarounds to no avail, such as bringing an older version of core-js in the entry of my application or symlinking the paths(too hacky)..babelrc
The text was updated successfully, but these errors were encountered: