JoL-player icon indicating copy to clipboard operation
JoL-player copied to clipboard

not working with react 18

Open shayan-developer opened this issue 3 years ago • 2 comments

please fix it

shayan-developer avatar Apr 23 '22 08:04 shayan-developer

Thanks for your feedback, it is expected to be upgraded to support 18 in the next few months

lgf196 avatar Apr 24 '22 01:04 lgf196

v18 is already supported, please upgrade to the latest version

lgf196 avatar May 07 '22 05:05 lgf196

You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".

n1ckfedorov avatar Sep 22 '22 14:09 n1ckfedorov