I am trying to install react-pdf/renderer on React version 18 using next command
npm install @react-pdf/renderer --save
but it is not working on version 18.
Do you have any solution?
Just run it with --force, like this:
--force
npm i @react-pdf/renderer --force