-
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
Issue with PrimeReact Dialog on Next.js 15 and React 19 #7403
Comments
got the exact same issue! Hope for a resolution... |
Facing same issue, Any update ? |
I'm also having same issue. I'd appreciate an update. |
Same issue, had to roll back to Next 14, React 18. |
Same here |
Same issue. |
Still no fix in sight? |
still waiting for fix |
Fixed for 10.8.6 |
@melloware Thank you and a happy new Years Eve! :) |
I pinged PrimeTek to hopefully do a release with this fix soon! |
10.9.1 is released so everyone please try it. |
Just updated. Works great! Thank you team ❤️ |
Describe the bug
While using the PrimeReact
Dialog
component in a project with Next.js 15 and React 19, the following warning message appears:This issue seems to stem from changes in how
ref
is handled in React 19, potentially causing incompatibilities with PrimeReact’sDialog
component.Reproducer
https://stackblitz.com/edit/vitejs-vite-pbvvz3
System Information
Steps to reproduce the behavior
Expected behavior
The Dialog component should render without any console warnings or errors, maintaining compatibility with React 19’s handling of ref as a regular prop.
The text was updated successfully, but these errors were encountered: