-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map #137
Comments
React Awesome Reveal is fully compatible with React 18 starting from v4, this is not an issue related to React 18 support. It seems your setup tries to read the source maps from an invalid path (source maps are shipped with the package), may you give me additional details? |
OK ... my only main difference between my last project and this one is Material UI installed.
I installed 'react-awesome-reveal' via NPM ...npm install react-awesome-reveal No errors on install shown! In my component:
Wrapped 2 divs as shown(these are styled divs) :
The problem seems to be in the import phase... so if I comment out the import there are no errors Edited: Tried deleting and reinstalling 'node_modules' and 'package-lock.json' files WITHOUT success! |
This issue persists on my end too, I've got 100 compile warnings from one import 😢 |
Same issue here, but component works as expected. |
I got the same issue andisaba presents. |
same for me and I also use Material UI... |
To anyone stopping by, I did this with react-app-rewired to neutralize the warning messages:
|
So I guess you are using |
Yes confirmed ...used Ignoring warnings as indicated by 'fidaay' isn't addressing the underlying issue |
I shared what I did, didn't indicate anything. In that way I can develop without seeing 100 warning messages. |
Fixed in v4.1.0 |
Thanks for the fix... that's fantastic! I'm keen to give it another go... fingers crossed! Cheers! |
Have used 'React Awesome Reveal' with React 17... no problems... works extremely well!
However, I have installed and tried to implement in current React 18 project and now receiving 100 errors in terminal... basically all reveal error types ...the following is an example:
Is 'React Awesome Reveal' not compatible with react 18 yet OR is there some other possible explanation that I am overlooking?
Thanks in advance for your prompt reply!
Andrew
The text was updated successfully, but these errors were encountered: