You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<button> can contain only phrasing content as per HTML5 spec so any non-phrasing content (e.g. div inside button) will be rejected (error)
The packages will also be renamed from @builder.io/qwik to @qwik.dev/core, @qwik.dev/city (or routing), etc. but there will be a script to change it for you.
Which component is affected?
Qwik Runtime
Describe the bug
when i use nav() with await it does not work, if i remove await it works!
Reproduction
https://stackblitz.com/edit/github-76jcpj?file=src%2Froutes%2Findex.tsx
Steps to reproduce
I used this test code in the
routes/index.tsx
of the demobut it works if i remove the await keyword.
it will also works if i put it with the await keyword inside useVisibleTask$,
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: