You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have upgraded our app with React 18 and got the below warning since I am using react-webcomponentify.
Since React 18 is not supporting ReactDOM.render, we are getting this. Instead of that we should use createRoot API and its mentioned in their upgrade guide.
I suggest to upgrade the library to support React 18 with proper backward compatibility with older versions.
I would love to contribute on that.
Let me know if you have any nicer suggestion or any plans already in mind @kopach@a7ul .
The text was updated successfully, but these errors were encountered:
I have upgraded our app with React 18 and got the below warning since I am using react-webcomponentify.
Since React 18 is not supporting
ReactDOM.render
, we are getting this. Instead of that we should use createRoot API and its mentioned in their upgrade guide.I suggest to upgrade the library to support React 18 with proper backward compatibility with older versions.
I would love to contribute on that.
Let me know if you have any nicer suggestion or any plans already in mind @kopach @a7ul .
The text was updated successfully, but these errors were encountered: