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
When popup is rendered, the value of this._domNode is null. An error occurs here.
Uncaught TypeError: Cannot read property 'offsetWidth' of null (Popup_target.js:105)
This is most likely due to the fact that the render method in Portal-Popup returns null. Removing the method should solve the problem. Alternatively, you can use ReactDom.createPortal for react 16.
The text was updated successfully, but these errors were encountered:
stenin-nikita
changed the title
Support popup for react v16.2.0
Support popup for react v16
Mar 27, 2018
Description:
When popup is rendered, the value of this._domNode is null. An error occurs here.
This is most likely due to the fact that the render method in Portal-Popup returns null. Removing the method should solve the problem. Alternatively, you can use ReactDom.createPortal for react 16.
The text was updated successfully, but these errors were encountered: