We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Qwik Runtime
When the dev calls a qrl without awaiting it, and it needs to be fetched, that will throw a Promise which will be uncaught.
https://qwikdev-build-v2.qwik-8nx.pages.dev/playground/#f=7VbLCsJADPyVpaeFPtCDiGA96EnQg%2FYXLFgonvRU%2Bu9Okq3N6rYo4s1LoW2SzYTZySjSzGcPOJo0icdgfpNdnJg3bIrAL7B9atIqUrLtBUrRFTwcd5hLkGySeoVsI8K7RRIzAYKekl7VNVsUzs0beraYhJDUbyyUpdtZYkeurGWr89QYSVrBWxA82tBaguBwozIeK%2F0FghGlcZpgqQz6civjmGoY8VoZIZHv9JXRdAecsa%2Fqko3IeHnLXVGueaGhODtTnfKoosGkNAiaTCp%2Fot7rNOrAtiOZHL8vTTOMqHUUdC7SEZHb%2Bc7ZjnPMXQTtcIcla7pQpvwTyfJuwV%2BwfiFYdw
click the button
web
It's really a mistake by the dev but if we can fix it we should.
Likely we'll only be able to handle the sync case, by handling retries inside the qrl apply
The text was updated successfully, but these errors were encountered:
@wmertens Are you doing right now ?
Sorry, something went wrong.
@JerryWu1234 no, feel free to take a look at retryOnPromise and make it so calling the qrl normally can retry
retryOnPromise
Sorry for replying late. now, have you already fixed it ?
Not fixed yet :)
thanks, I'll deep into it this week
wmertens
JerryWu1234
No branches or pull requests
Which component is affected?
Qwik Runtime
Describe the bug
When the dev calls a qrl without awaiting it, and it needs to be fetched, that will throw a Promise which will be uncaught.
Reproduction
https://qwikdev-build-v2.qwik-8nx.pages.dev/playground/#f=7VbLCsJADPyVpaeFPtCDiGA96EnQg%2FYXLFgonvRU%2Bu9Okq3N6rYo4s1LoW2SzYTZySjSzGcPOJo0icdgfpNdnJg3bIrAL7B9atIqUrLtBUrRFTwcd5hLkGySeoVsI8K7RRIzAYKekl7VNVsUzs0beraYhJDUbyyUpdtZYkeurGWr89QYSVrBWxA82tBaguBwozIeK%2F0FghGlcZpgqQz6civjmGoY8VoZIZHv9JXRdAecsa%2Fqko3IeHnLXVGueaGhODtTnfKoosGkNAiaTCp%2Fot7rNOrAtiOZHL8vTTOMqHUUdC7SEZHb%2Bc7ZjnPMXQTtcIcla7pQpvwTyfJuwV%2BwfiFYdw
Steps to reproduce
click the button
System Info
Additional Information
It's really a mistake by the dev but if we can fix it we should.
Likely we'll only be able to handle the sync case, by handling retries inside the qrl apply
The text was updated successfully, but these errors were encountered: