-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Using Vite 4 Modal Failing to Open #157
Comments
Can confirm, just tried updating all packages in a project and the
Here's some other console warnings that I haven't seen before this:
|
Related to/Duplicate of #156 |
Is it a SolidJS issue? (solidjs/solid#1426) |
This was fixed in Vite v4.0.2 (https://stackblitz.com/edit/angular-vmqvmy-uqqlfj?file=package.json). |
@juanrgm just noting that Is testing under way to bump the dependency version? |
@juanrgm if "vite": "^3.0.0 || ^4.0.2" right now it still consider vite 4 as unmet dependency suid/packages/vite-plugin/package.json Lines 37 to 39 in c07d2d0
|
FYI Something is failing, when using Vite 4.
Click modal, nothing happens.
https://stackblitz.com/edit/angular-vmqvmy-lv8str?file=src%2FApp.tsx,package.json
But Vite Build, it works.
Change Vite to 3.2.5 and works again.
The text was updated successfully, but these errors were encountered: