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
need to replace unstable_renderSubtreeIntoContainer with unstable_createPortal
The text was updated successfully, but these errors were encountered:
cmslewis
changed the title
Dialog needs to be fixed for compatibility with fiber
[Portal] Switch from unstable_renderSubtreeIntoContainer() to unstable_createPortal() for compatibility with React Fiber
Aug 28, 2017
we cannot make this switch until we officially support React 16 #866, which will not happen for several months (until internal apps are ready to make the switch).
i'm going to close this issue in favor of #866 for a single place to track the work.
we are facing the same issues as mentioned here - reactjs/react-modal#484 and facebook/react#9808 (comment)
need to replace unstable_renderSubtreeIntoContainer with unstable_createPortal
The text was updated successfully, but these errors were encountered: