jakezatecky / react-dual-listbox

A feature-rich dual listbox for React.
https://jakezatecky.github.io/react-dual-listbox/
MIT License
109 stars 59 forks source link

Please update peer dependency to React 18 #196

Closed ghost closed 1 year ago

ghost commented 2 years ago

We want to update our application to React 18 but cannot because this dual-list-box only supports up to React 17. Please update to React 18. Thank you!

baranoden commented 1 year ago

Same issue here, this needs to upgrade to 18

jakezatecky commented 1 year ago

Added in v2.3.0.

From surface level testing, React 18 appears to works fine. However, due to Enzyme not supporting React 18, the automated tests do not cover it. Replacing Enzyme with React Testing Library is an arduous affair that I don't have the stamina for just yet.