Looking for workaround to make query works with error boundary #5642
Unanswered
timsofteng
asked this question in
General
Replies: 2 comments 1 reply
-
show a reproduction please |
Beta Was this translation helpful? Give feedback.
0 replies
-
@TkDodo here is a repo Is repo ok for reproduction? steps:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I've faced up with this issue
https://github.com/inkitio/inkit-next/pull/7958/files
broken query triggers boundary but it does not refetch it on the next mount.
I tried workarounds from tread including reset() on fallback component unmount. Unfortunately nothing work.
How to make query refetch on the next mount of the broken component?
Here is my boundary component looks right now
Beta Was this translation helpful? Give feedback.
All reactions