Replies: 1 comment
-
Happens to me as well with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a monorepo, and I am running
pnpm vite build --watch
on a package, and anytime I make a change, I get an error about a default export likeor I might get
The error message always concerns a default export, and it only occurs after a hot reload. The app starts fine the first time until I change some code and a hot reload occurs.
Beta Was this translation helpful? Give feedback.
All reactions