Builder content link
Builder public api key
2c822160275f4031901d544c4b356e3d
Detailed steps to reproduce the bug
- Add a Text block to a builder page.
- Bind the “Link URL” via element data bindings
- Connect to a Qwik app
- Notice that the link is not generated.
Things to note
- This works fine in NextJS
- I can get it to work if i set the html tag to an anchor and bind the html tag “href” to the data I want (4th example in the screenshot below)
Screenshots or video link
Code stack you are integrating Builder with
Qwik
Reproducible code example