Closed wanjohiryan closed 3 months ago
Im getting these errors a lot when updating to 1.7.0. 1.5.7 is the last working version for me
It is a bug that is already reported, try the new version 1.7.1 and if the error persists you must go back to version 1.5.7.
Correct. Try 1.7.1 and let us know if you still find problems with this version.
Hey, v1.7.1
does solve the issue for me.
Thanks. Marking this as resolved :)
Which component is affected?
Qwik React
Describe the bug
I am trying out the latest
qwik
andqwik-city
version 1.7.0 together withqwik-react
with reference to this issue #6619After creating a new project with
pnpm create qwik@latest
. I just installed theqwik-react
boilerplate usingpnpm qwik add react
, then navigated tolocalhost:5174/react
to check out the Mui slider.That is where I am getting this error.
And if i ignore and close the error, the Mui slider does not work at all.
Reproduction
none
Steps to reproduce
pnpm create qwik@latest
pnpm qwik add react
http://localhost:5174/react
System Info
Additional Information
Downgrading
qwik
andqwik-city
down to^1.5.7
, which was the stable version for me, is not working.