prezly / react-promise-modal

The easiest way of doing modals in React. With Promises.
MIT License
30 stars 3 forks source link

React 18 issue #9

Closed mburakkalkan closed 1 year ago

mburakkalkan commented 1 year ago

Although upgraded to react-promise-modal 0.3.0, I am getting the warning ReactDOM.render is no longer supported in React 18.

(Using a pure javascript project not typescript.)

image

image

image

e1himself commented 1 year ago

Hey @mburakkalkan!

This is weird. It seems like the 0.3.0 version was somehow published with the old code.

I've just published 0.3.1, which should contain the latest React 18 compatible code. Please give it a try to confirm the issue is fixed.

Thank you!

mburakkalkan commented 1 year ago

Hi @e1himself, sorry for my late answer. Yes, I tried with 0.3.1 and seems it fixed now. Thank you