react-native-mathjax-html-to-svg
react-native-mathjax-html-to-svg copied to clipboard
Failed to parse source map due to missing TS files
Description: Currently running on Web via Expo. Things seem to be working properly but the console is flooded with warnings.
It seems that the entire ts folder is missing from node_modules/react-native-mathjax-html-to-svg, which resulted in invalid maps.
Edit: We ended up having to remove the //# sourceMappingURL=XXX.js.map line from every js file, then patching the package using patch-package. This is bulky and not ideal, but it gets the job done.