Open 01582 opened 9 months ago
I watched the video but I don't understand what part isn't working?
I watched the video but I don't understand what part isn't working?
the reactpage which I imported it's not showing I tried to debug but can't find the issue and all possibility tried might be an error on qwik latest version for react integration pages
I've just checked a fresh install with React and used your code for the page and seems to be working as expected.
Did you try and look at the DOM to search for Hello
?
I've just checked a fresh install with React and used your code for the page and seems to be working as expected. Did you try and look at the DOM to search for
Hello
?
I searched at inspect element and it's nothing on "Hello world"
I searched at inspect element and it's nothing on "Hello world"
But your code only writes "Hello"?
I searched at inspect element and it's nothing on "Hello world"
But your code only writes "Hello"?
Hello is not showing on the inspect elemet"
Which component is affected?
Qwik
Describe the bug
I'm on qwik latest version and the react intergration is not working, here is an video:
https://github.com/BuilderIO/qwik/assets/150913511/e9d5a6a6-5d50-4f8c-ab1b-07dfa37d7dda
code of
src/react/index.tsx
and the React.tsx
Reproduction
https://github.com/01582/landingpage
Steps to reproduce
1:
bun qwik add react
2: use the qwik react intergration as shown in the docsSystem Info
Additional Information
No response