remount icon indicating copy to clipboard operation
remount copied to clipboard

ReactDOM.render is deprecated for React 18

Open AlexisMunozC opened this issue 2 years ago • 4 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

AlexisMunozC avatar Apr 03 '22 21:04 AlexisMunozC

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).

rstacruz avatar Apr 04 '22 23:04 rstacruz

hey! any updates with this issue?

alec-c4 avatar May 18 '22 13:05 alec-c4

Bump ^^

jdubs1994 avatar Jul 21 '22 22:07 jdubs1994

I forked this repo and made the adjustments in a PR here: https://github.com/rstacruz/remount/pull/80

lreddickGNA avatar Sep 08 '22 14:09 lreddickGNA

Fixed in [email protected] :tada: Thanks for the report!

rstacruz avatar Oct 04 '22 20:10 rstacruz