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
I inserted the short version in a route of my project and it gives me an this error Cannot read properties of undefined (reading 'tabId')
the normal version instead works
Which package is affected?
Headless Kit
Describe the bug
I inserted the short version in a route of my project and it gives me an this error
Cannot read properties of undefined (reading 'tabId')
the normal version instead works
Reproduction
https://github.com/gimonaa/qwikui.qwik
Steps to reproduce
Run
npm install
andnpm run dev
System Info
Additional Information
http://localhost:5174/tabs/short/ does not work
http://localhost:5174/tabs/full/ works
The text was updated successfully, but these errors were encountered: