react-colorscales icon indicating copy to clipboard operation
react-colorscales copied to clipboard

Updating packages to support React ^17.0.0

Open rubenthoms opened this issue 4 years ago • 1 comments

Are there any plans to keep this repo/package up to date (i.e. support the new React version ^17.0.0)?

rubenthoms avatar Apr 16 '21 10:04 rubenthoms

This is a blocker for React 18 support.

Specifically this line: https://github.com/plotly/react-colorscales/blob/8a5edaf66b738186fd669ec7b6d49eefb80759ee/src/components/ColorscalePicker.js#L7

is not compatible with react-select>=2, and react-select needs to be upgraded to support react>=17.

There may be other issues but that's the first one which breaks the build.

cc @gvwilson @ndrezn @T4rk1n

emilykl avatar May 02 '24 14:05 emilykl