tinymce / tinymce-react

Offical TinyMCE React component
MIT License
938 stars 151 forks source link

Is it possible to make it compatible with React 18.2? #367

Closed shestakov-vladyslav closed 1 year ago

shestakov-vladyslav commented 1 year ago

Is it possible to make it compatible with React 18.2?

image

exalate-issue-sync[bot] commented 1 year ago

Ref: INT-2968

tiny-james commented 1 year ago

That error message is complaining that "react-useportal" does not support react 18 ( it appears to only support react 16 https://github.com/alex-cory/react-useportal/blob/master/package.json#L40 ).

tinymce-react supports any react version larger than or equal to 16.7 and smaller than 19 (well technically that excludes the specific version 17.0.0 but that's not an important detail).

shestakov-vladyslav commented 1 year ago

Thanks 👍🏻