rstacruz/remount

ReactDOM.render is deprecated for React 18

AlexisMunozC opened this issue ยท 5 comments

Hi, I am using remount with React 18 and I am getting this warning because you are using render instead createRoot for React 18.
image

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: #80

Fixed in remount@1.0.0 ๐ŸŽ‰ Thanks for the report!