-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConfirmDialog: refs issue for react 19 #7523
Comments
Current PrimeReact Version isn't build on top of V19. |
Duplicate of #7403 ??? |
@melloware Not sure - no next.js mentioned here |
Maybe this one:#7510 |
Yea same component |
Describe the bug
Although this technically is working, the functional confirmDialog() callings refs will not work properly with react 19. When upgrading to react 19 you can see this issue when trying to toggle close more than once.
Reproducer
https://stackblitz.com/edit/confirm-dialog-console-warning
System Information
Steps to reproduce the behavior
add in a parent component and call confirmDialog in any child.
Expected behavior
expected no issues, no console errors and in react 19 expected smooth open and close.
The text was updated successfully, but these errors were encountered: