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
react-dom 16x changes their internal API completely. And It is not recommended to use internal API for any development cause then you have to update these changes when you upgrade dependencies version. This approach feels like a hack.
One option is to use react-dom-core and update these 2 imports to react-dom-core/lib/instantiateReactComponent But this won't work either since you are not intercepting the rendering since react-dom 16 not using instantiateReactComponent
There is an error for missing reference of following 2 references.
const InstantiateReactComponent = require("react-dom/lib/instantiateReactComponent");
const escapeTextContentForBrowser = require("react-dom/lib/escapeTextContentForBrowser");
Is it possible for you guys to update this package for react and react-dom 16.4.0?
I am also happy to raise a PR.
The text was updated successfully, but these errors were encountered: