When applying data bound styling (color in this case) to a text box it is not reflected in a Qwik app. When connecting to a NextJS app the colours are rendered correctly
Builder content link
Builder public api key
13b57c76df654c4e9e456e4c6162c53d
Detailed steps to reproduce the bug
- Create a data model in builder to hold site colours
- add a text box to a page
- bind the text color attribute to the colour created in the before mentioned data model
- Link to a Qwik app, and notice the text in not rendered in builder preview or localhost
- Link a NextJS app to the same builder.io site and notice all colours are being reflected correctly
Screenshot of Qwik app
Screenshot of Nextjs app
Code stack you are integrating Builder with
qwik
Reproducible code example
qwik app: GitHub - rockitweb/qwik-app
nextja app: GitHub - rockitweb/next-app