formio.js
formio.js copied to clipboard
[BUG] DevTools failed to load source map: Could not load content for tooltip.js.map:
Environment
Please provide as many details as you can:
- Hosting type
- [] Form.io
- [x] Local deployment
- Version: N/A, custom backend
- Formio.js version: 4.13.7
- Frontend framework: React
- Browser: Google Chrome
- Browser version: Version 94.0.4606.81 (Official Build) (64-bit)
Steps to Reproduce
- Open any page with
formiojs
loaded, for example the official builder example: https://formio.github.io/formio.js/app/builder - See the warning in the console about source maps. In our React app, we'are only getting the one about
tooltip.js
:
DevTools failed to load source map: Could not load content for webpack://Formio/node_modules/tooltip.js/dist/esm/tooltip.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
but there are more there.
Expected behavior
No warning in the DevTools Console.
Observed behavior
Warning about missing source maps.
Example
Is there a way to prevent this? Can someone please help? I see this happening in my production app. How can I prevent this?
We're currently addressing a backlog of GitHub issues. Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!