-
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
feat(qwikloader): emit error #6254
Conversation
Deploying qwik-docs with
|
Latest commit: |
4be3d27
|
Status: | ✅ Deploy successful! |
Preview URL: | https://89319d84.qwik-8nx.pages.dev |
Branch Preview URL: | https://feat-qwikloader-emit-error.qwik-8nx.pages.dev |
2c428f7
to
fd948b0
Compare
Is qerror with the data specific enough to know that it was a symbol error? I think we should also have a default handler in qwik city that hard reloads the page when the error is 404 |
yeah, I'm thinking we can use this and add it to the import for a hard reload (to fix the other problem). this was meant for detecting an error |
@wmertens ok I added an importError check we can later add a listener to check for it and reload for prod |
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.
fixes #3716