Closed jahwin closed 9 months ago
@jahwin Thanks for reporting. I'll test in the latest version and try to replicate it. It has yet to be tested on Qwik 1.4.0.
@jahwin, update your package to the latest; it should be fine now.
I have tried with updated version but I got new issue:
You package is using use* outside components which is duplicated on new qwik versions
I tried to look only on that file, am not sure if there is any other files have that issue.
I have tried with updated version but I got new issue:
You package is using use* outside components which is duplicated on new qwik versions
I tried to look only on that file, am not sure if there is any other files have that issue.
This one is expected and not an issue; you are trying to execute initRouter in a non-optimized component. I mentioned this in the documentation.
Qwik optimizations only happen in components created with the component$ factory. This is Qwik by design; it has nothing to do with the lib.
@dannyfranca Thank you, now everything is working fine.
Which component is affected?
Qwik Runtime
Describe the bug
I setting qwik-router as descibed in documentation but am getting error after running and opening project url.
Reproduction
no url
Steps to reproduce
Additional Information
I seems like there is compatibility issue with "@builder.io/qwik": "1.4.0", which am using. but am not sure