-
|
Hi, I have a main component containing the following 2 table components: Each component above has a deletion button to delete data. The deletion button opens a modal that asks user if they wish to delete the data. However the problem is when I click on delete icon on either |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I realized the root cause is having both Is there any documentation to refer to that detail the correct implementation of such modal in this scenario? So far I only refer to https://mantine.dev/x/modals/ |
Beta Was this translation helpful? Give feedback.
You must always have one ModalsProvider in your application. Wrap the entire app with it and there won't be any issues.