-
Notifications
You must be signed in to change notification settings - Fork 943
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
Source map error #2721
Comments
Same here: Turf 7.1.0 with React 18.
|
Hi @loescornelis and @VadimCiv. Is this just a warning displayed in dev mode? Or is it affecting the functionality of your app? I ask because I don't believe @turf/jsts ever included a map file. |
|
Ok thanks. Will wait to see if @loescornelis is having a different experience. If it isn't affecting functionality though, it will be pretty low priority. It's possible the warning has always been there and source-map-loader has only recently started noticing it. |
As far as I can tell it's not affecting functionality. We've managed to hide the warning for now 👍 |
After updating to version 7.1.0 (From 6.5.0) we get the following error:
WARNING in ../../node_modules/@turf/jsts/dist/jsts.min.js
Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/node_modules/@turf/jsts/dist/jsts.min.js.map' file: Error: ENOENT: no such file or directory, open '//node_modules/@turf/jsts/dist/jsts.min.js.map'
Could the sourcemaps be included?
The text was updated successfully, but these errors were encountered: