-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Milestone
Description
Qwik Version
Qwik 0.0.100 - Qwik City 0.0.101
Operating System (or Browser)
macOs + Chrome
Node Version (if applicable)
v18.4.0
Which component is affected?
Qwik City
Expected Behaviour
In the previous Qwik/Qwik City version when I update the state inside of useMount, Qwik rerender the DOM
Actual Behaviour
Here a repo that show the error
https://stackblitz.com/github/gioboa/qwik-city-issue?file=src%2Froutes%2Findex.tsx
If I change useMount with useClientEffect works but this is not a valid solution because I need useMount hook
Additional Information
No response