Replies: 1 comment 1 reply
-
Since we are just calling Perhaps there should be a way for us to dedupe this - transferring as an issue so we can backlog and investigate further, but PRs welcome! |
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
-
I was testing how the feedback dialog for ErrorBoundary works in a nextjs app. I used the showDialog prop. On a list of 14 items, I was throwing an error for each item (simulating by calling a non existent function).
To my surprise ErrorBoundary showed the feedback dialog 14 times... I had to click close 14 times in the feedback dialog to get rid of them all.
Is this the expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions