vite + React not reporting error
Hey everyone,
I recently developed a React app using Vite. Everything was going smoothly until I encountered a problem where my pages suddenly started displaying a blank white screen without any content. Strangely, I'm not receiving any error messages even though I intentionally introduced some errors. Any insights on what might be causing this issue would be greatly appreciated
2 Replies
The best explanation I can give without reference to code is that the index.js has an error or isn't loaded preventing other files to be computed.
There is no problem in code when there is no error it work fine. But if there is mistake it just shows white page without reporting any error in terminal.