-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Client Side Functionality not working properly in Cloudflare Adapter v10 while using Solidjs #272
Comments
This is an ongoing issue with the Vite Plugin for Solid. One workaround is to change your
Your experience may vary as this is not a perfect solution. |
Thanks, we're trying to work with the Solid team to resolve this. Duplicate of #224 |
I had the same problem. In my case moving from |
This does fix the issue. Thank you. |
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Functionality like onClick is not working. In network tab all the files loaded just perfectly fine. I have tried this in Chrome, Firefox, Brave latest version.
I have tried v10.0.3, 10.1.0, 10.2.6
Version:
"@astrojs/cloudflare": "^10.2.6",
"@astrojs/solid-js": "^4.2.0",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.9.2",
"solid-js": "^1.8.17",
Repo: https://github.com/ksjitendra18/astro-solid-repo
Live: https://astro-solid-repo.pages.dev/
On downgrading the version to v8 or v9 the functionality works completely fine
What's the expected result?
onClick to work and log to console which doesn't work in latest version
On downgrading to v8 or v9 it works.
Repo: https://github.com/ksjitendra18/astro-solid-repo/tree/dev
Live URL: https://c46d4cfd.astro-solid-repo.pages.dev/
Link to Minimal Reproducible Example
https://github.com/ksjitendra18/astro-solid-repo
Participation
The text was updated successfully, but these errors were encountered: