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
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.