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
Since upgrading to 10.0.7 I am getting the warning: Warning: forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?
This warning disappears when I revert back to 10.0.5. I am also able to reproduce it for 10.0.7 (see console in reproducer)
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Oct 27, 2023
melloware
added a commit
to melloware/primereact
that referenced
this issue
Oct 27, 2023
Describe the bug
Since upgrading to 10.0.7 I am getting the warning:
Warning: forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?
This warning disappears when I revert back to 10.0.5. I am also able to reproduce it for 10.0.7 (see console in reproducer)
Showing up on CRA and Next.js
Reproducer
https://codesandbox.io/s/primereact-demo-forked-2tf8kn?file=/src/App.js
PrimeReact version
10.0.7
React version
18.x
Language
ALL
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome 118
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: