AdeleD / react-paginate

A ReactJS component that creates a pagination
MIT License
2.76k stars 628 forks source link

Support React 18 #423

Closed rpaasche closed 2 years ago

rpaasche commented 2 years ago

It is not possible to use react-paginate with react 18: image

MonsieurV commented 2 years ago

Hi @rpaasche,

Indeed, the peer dependency declaration for v18 was missing. There shouldn't have any real compatibility issue, so I added it.

https://github.com/AdeleD/react-paginate/commit/f1120b1a92c994ed993bb29fb65d5d0c1363c010

@AdeleD https://github.com/AdeleD/react-paginate/releases/tag/v8.1.3

AdeleD commented 2 years ago

v8.1.3 has been released. Thank you.