@builder-io/sdk-qwik doesn't hydrate qwikified islands
Describe the bug
In serve I get an error and then the components do not hydrate, no matter the strategy. It is broken even in production mode.
Deployed app URLs Here is Builder.io managed page: https://web-8cx.pages.dev/builder/demo/ Here is the normal page with the working dialog: https://web-8cx.pages.dev/
To Reproduce Steps to reproduce the behaviour:
- Open the normal page.
- Click the Open button next to the ⚡️.
- Dialog opens (hydration is on hover).
- Open the Builder.io page.
- Click the Open Dialog button.
- Nothing happens.
Expected behaviour Qwikified components hydrate well in Builder.io pages.
Screenshots If applicable, add screenshots to help explain your problem.
More info is being discussed on Discord: https://discord.com/channels/842438759945601056/1117437809263919154
hi! can you provide a minimal repo case that reproduces this issue? ideally just one component in a single route, minimal amount of dependencies.
On it, gonna provide it today or tomorrow. :)
So here is the minimal repository (only one component): https://github.com/pegak/qwikify-demo
There is still monorepo setup because it is as close as possible to the real case.
Here is deployed Qwik + Cloudflare app (doesn't work): https://drp.li/k3B4P
Here is deployed Next.js + Vercel app (works): https://drp.li/vZeyh