Data binding to CSS attributes (color) not working in a Qwik app

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

  1. Create a data model in builder to hold site colours
  2. add a text box to a page
  3. bind the text color attribute to the colour created in the before mentioned data model
  4. Link to a Qwik app, and notice the text in not rendered in builder preview or localhost
  5. 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

Thank you for letting us know about the issue and reproduction steps @builder.io/sdk-qwik@0.0.33 should contain the fix

1 Like