Target Branch
0.87
Link to commit or PR to be picked
react/react-native#57623
Description
This fixes a pretty serious DOM traversal bug when using special views like modal, for which the document was being provided as parentNode (and parentElement, etc.) instead of the real parent of the modal in the React tree.
Target Branch
0.87
Link to commit or PR to be picked
react/react-native#57623
Description
This fixes a pretty serious DOM traversal bug when using special views like modal, for which the document was being provided as
parentNode(andparentElement, etc.) instead of the real parent of the modal in the React tree.