[๐] [dev] modulePreload doesn't use correct path to QRL
wmertens opened this issue ยท 1 comments
wmertens commented
Which component is affected?
Qwik City (routing)
Describe the bug
Running pnpm docs.dev
and going to docs/getting-started, I see an error that it's trying to load the SPA init, but it's using the wrong path. The preload links look like
<link href="/build//src/components/header/header.tsx_header_component_usevisibletask_9t1upe4yola.js" rel="modulepreload">
but they should instead be
<link href="/src/components/header/header.tsx_header_component_usevisibletask_9t1upe4yola.js?_qrl_parent=header.tsx" rel="modulepreload">
Reproduction
docs packaeg
Steps to reproduce
pnpm docs.dev
System Info
latest everything
Additional Information
No response
wmertens commented
fixed in 1.10 or earlier