remount
remount copied to clipboard
ReactDOM.render is deprecated for React 18
Hi, I am using remount with React 18 and I am getting this warning because you are using render instead createRoot for React 18.
Thanks for the report! Looks like there's a few stuff that would need to be updated. In the mean time, it should continue to work (though it will trigger a warning).
hey! any updates with this issue?
Bump ^^
I forked this repo and made the adjustments in a PR here: https://github.com/rstacruz/remount/pull/80
Fixed in [email protected] :tada: Thanks for the report!