You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this warning in dev mode but it's working fine in dev and preview with v2.
QWIK WARN You are trying to add an event "onError-boundary$" using `useOn` hook, but a node to which you can add an event is not found. Please make sure that the component has a valid element node.
v2 will be release soon so I marked this issue with STATUS-3: solved by V2, thanks.
Which component is affected?
Qwik Runtime
Describe the bug
Using ErrorBoundary (which is not documented) leads to symbol not found error:
Reproduction
https://github.com/tzdesign/qwik-error-boundary-issue
Steps to reproduce
pnpm install && pnpm preview
System Info
Additional Information
It's also odd that qwik has a component ErrorBoundary created by Manu, but does not export it.
If I have time a bit this week, I might write docs about the error boundary.
The text was updated successfully, but these errors were encountered: