-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
SyntaxError: The requested module 'solid-js/web' does not provide an export named 'effect' #5943
Comments
A similar issue occurred with the svelte components. The solution was to include the *.svelte files. |
I can confirm the bug, @btakita how did you solve the problem with Solid? |
I ended up not using a slider for the project...but will like to use this swiper with solidjs someday. I had a similar issue w/ the sveltejs + sapper + rollup integration. To solve that issue, the *.svelte components were distributed in the npm package. Many solidjs developers will be using |
Just ran into this issue using Astro trying to implement Swiper in Solid. |
@nolimits4web It is possible to do a new release ? Thanks for your awesome library. |
My build fails now with the release of 8.4.0, using Vite 3.0.9
Trying to enable the syntax extension causes more errors elsewhere. Anyone got a quick fix? |
same issue with astro + solidjs router package. |
Check that this is really a bug
Reproduction link
https://github.com/btakita/wholly-trinity/tree/swiper-solid-issue
Bug description
The compiled solid-js component does not seem compatible with the current version of solid-start.
Expected Behavior
Successful import of solid-js component.
Actual Behavior
Swiper version
8.3.2
Platform/Target and Browser Versions
Arch Linux all browsers
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: