Closed DustinJSilk closed 1 year ago
Just wanted to give a friendly nudge to see if you’re able to squeeze in a fix for this any time soon? Thanks!! @manucorporat
It still happens to me with these versions
"@builder.io/qwik": "0.20.1",
"@builder.io/qwik-city": "0.5.2",
It happens when I use useLocation()
to get url.pathname
for my navbar components to make an active link. It throws error when navigate to different page using Link
Which component is affected?
Qwik Runtime
Describe the bug
Using the
useLocation
hook in a parent layout file causes a breaking error to be thrown when navigating between pages multiple times.Reproduction
https://github.com/DustinJSilk/qwik-brokenuse-location
Steps to reproduce
Install and run the linked repository Click the big purple button 4 times See an error in the console.
System Info
Additional Information
No response