Mayank Jain
Mayank Jain
running ```npm run storybook``` first seems to fix this.
``` % npm run start:native npm ERR! missing script: start:native npm ERR! npm ERR! Did you mean one of these? npm ERR! build:native npm ERR! start:ui npm ERR! A complete...
Hi @cptflammin A workaround (hacky) is to just edit the node_modules/@builder.io/qwik/jsx-runtime.d.ts Line 1239 (for later versions, 1147 for you) change type to any from string dangerouslySetInnerHTML?: any;