Zaid-Ajaj / Feliz

A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness
https://zaid-ajaj.github.io/Feliz/
MIT License
534 stars 78 forks source link

Change render to createRoot #534

Closed carne8 closed 1 year ago

carne8 commented 1 year ago

Since react 18, ReactDOM.render is deprecated. I suggest to update Feliz.

Zaid-Ajaj commented 1 year ago

Hi there @carne8 thanks a lot for the contribution! Feliz v2 now depends on React >= 18 && < 19. If possible, can you please rebase this change against latest master branch?

Zaid-Ajaj commented 1 year ago

Merged and available in Feliz as of v2.1.0 🚀 thanks again for the contribution 🙏 I merged to apply the final changes, didn't want to annoy you with it.