-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Bug
Copy link
Labels
Description
Describe the bug
After upgrading from v6.3.2 to v6.3.3 my rather simple tests are failing with:
ReferenceError: Cannot access '__vite_ssr_export_default__' before initialization
Reverting back to v6.3.2 fixes it.
It looks like this message was introduced in 80a91ff:
I'm guessing, of course, but...
Reproduction
n/a
Steps to reproduce
the error is thrown on this highlighted line:
System Info
Windows and Linux and Docker...Used Package Manager
pnpm
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
charlesmass2, tkaelbel, JammingBen, AlexandruLevinschi, simonboeuf-kpler and 9 morecharlesmass2


