Replies: 2 comments 2 replies
-
Hey @zhadavi did you find any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you tried adding I solved the same issue in my project with: issue-1912 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I have a
Dialog
triggered by an item in aDropdownMenu
. This is rendered in a TanStack table as part of an "actions" column. TheDialog
and menu open correctly, but when theDialog
is closed, the entire application becomes unresponsive and nothing is able to be clicked or hovered anymore. In other words, it seems like the modal non-interactivity remains even after closing.This same code works in other parts of my codebase but only seems to break when using this in a TanStack table column. Has anyone ran into this issue before or have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions