mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
c343f80254
Some old environments like IE11 or very old versions of jsdom are missing `getRootNode()`. Use feature detection to fall back to `ownerDocuments` in these environments that also won't be supporting shadow DOM anyway.