-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks with new Vite 6 #130
Comments
Hi! I just upgraded the project to Vite 6 and the CI (which is pretty extensive) is green for me. I've also been using Rakkas with Vite 6 since the early beta days with no issues. I'm giving Rakkas as an example because it is in some ways similar to your project (which looks pretty cool, starred!), basically a metaframework that uses parts of vavite. Are you sure the problem is related to vavite and not to some other component of your project? The attached error doesn't seem to come from vavite, for example. In other words, I'm gonna have to give you the dreaded "I'll need a minimal repro to look into it" :) |
|
The original issue from @giacomorebonato seems to be in The missing vavite/packages/reloader/src/index.ts Lines 86 to 92 in 8b7d7cc
The experimental API has changed, from this Pull Request it is visible what have changed. But it seems there were more changes to the API - see documentation, the end result is different. I just had a quick look at the repository and it seems that there are no tests for |
Thanks @oldium for finding that! |
Looking into this issue
giacomorebonato/fastrat#838
The text was updated successfully, but these errors were encountered: