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 think its because they all get rendered as part of 1 page index.js but you have included <ConfirmDialog /> on each segment so its rendering 3 times. I think you only need <ConfirmDialog /> on the page once.
Describe the bug
ConfirmDialog component ( new-gen documentation page) while clicking the confirm dialog buttons the page renders multiple times.
Reproducer
No response
PrimeReact version
8.7.2
React version
18.x
Language
ALL
Build / Runtime
Next.js
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: