Installation warnings when using React 18 (react-input-autosize
react-element-to-jsx-string
)
#7080
Labels
react-input-autosize
react-element-to-jsx-string
)
#7080
Hey folks! Thanks for adding support for React 17 and 18, it's much appreciated!
However, there are a couple of warnings when installing eui with react 18:
Which is a really long way of saying
react-input-autosize
only supportspeer react@"^16.3.0 || ^17.0.0"
andreact-element-to-jsx-string
only supportspeer react-dom@"^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1"
.Which appears to be right,
react-input-autosize
doesn't support it at all (there's a fork tho):JedWatson/react-input-autosize#196
and you need
react-element-to-jsx-string
to be on v15The text was updated successfully, but these errors were encountered: