I was working on a personal finance app, and all of a sudden it is throw errors like:
“Uncaught SyntaxError: The requested module ‘react’ does not provide an export named ‘default’”
“Uncaught SyntaxError: The requested module ‘react/jsx-runtime’ does not provide an export named ‘jsx’”
and even when I open already built apps none of them will run because of errors like:
Uncaught SyntaxError: The requested module ‘@react-three/drei’ does not provide an export named ‘Box’"
What is going on here?