79409786

Date: 2025-02-03 19:19:58
Score: 0.5
Natty:
Report link

You will need to update primereact to a React 19 compatible version.

npm i primereact@latest

For context: Primereact probably uses fordwardRef to wrap some internal components. Refs can now be passed as a regular prop instead. The fordwardRef function will be removed in a future release.

https://react.dev/blog/2024/12/05/react-19#ref-as-a-prop

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Schnitzler