qwik
qwik copied to clipboard
qwik-react: `client:visible` directive crashes app
Qwik Version
0.11.1
Operating System (or Browser)
OSX 12.6 / any browser
Node Version (if applicable)
16.13.0
Which component is affected?
Qwik React
Expected Behaviour
app does not crash
Actual Behaviour
app throws the error below

Additional Information
To reproduce:
pnpm create qwik qwik-react-bug cd qwik-react-bug pnpm qwik add qwik-react pnpm dev And then open http://localhost:5173/react in your browser.
PNPM version: 7.13.4
issue could be related to #1677
you can get rid of the error by removing the client:visible directive in routes/react.tsx
