-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(qrl): correct qrl loading in vite dev mode #6579
Conversation
✅ Deploy Preview for qwik-insights ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Run & review this pull request in StackBlitz Codeflow. commit: @builder.io/qwik
@builder.io/qwik-city
eslint-plugin-qwik
create-qwik
|
Deploying qwik-docs with Cloudflare Pages
|
Can you provide a short description to keep track of these changes in the long-term? |
@@ -14,7 +14,7 @@ import { $ } from '@builder.io/qwik'; | |||
// - Robust, fully relies only on history. (scrollRestoration = 'manual') | |||
|
|||
// ! DO NOT IMPORT OR USE ANY EXTERNAL REFERENCES IN THIS SCRIPT. | |||
export default $((container: HTMLElement) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha good use-case for event$
Co-authored-by: Giorgio Boa <35845425+gioboa@users.noreply.github.com>
Qwik city preloaded spa-init.ts but that didn't include the parent info so it gave a harmless error.
Also, qrl paths with + turned into spaces, which broke loading