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 has been archived by the owner on Aug 18, 2021. It is now read-only.
If anybody else is running into this issue, it seems to be related to the core-js version.
Not sure how to fully resolve it, but running npm i --save core-js@2 has been working for me so far.
Hi this lib not working with create-react-app
ModuleNotFoundError
Could not find module in path: 'core-js/fn/object/entries.js' relative to '/node_modules/react-skroll/lib/index.js'
throwing following error
evaluate
/src/index.js:3
1 | import React from "react";
2 | import ReactDOM from "react-dom";
for ref here is codesandbox link: https://codesandbox.io/s/cool-rubin-otw88
The text was updated successfully, but these errors were encountered: