dmk99 / react-pdf-table

Storybook Available
https://dmk99.github.io/react-pdf-table
MIT License
152 stars 62 forks source link

Add new react, react-dom & @react-pdf/renderer dependency options. #46

Open olliglorioso opened 2 years ago

olliglorioso commented 2 years ago

This fixes the issue https://github.com/dmk99/react-pdf-table/issues/45 npm install gives a warning without these peer dependency alternatives, when the react or react-dom or @react-pdf/renderer are incompatible with the dependencies in the root.

For example, let's suppose that you have "@react-pdf/renderer": "^2.2.0" as a dependency in your React project, with a React version of 18.0.0 for example. npm install will fail without additional flags such as --force or --legacy-peer-deps