dillon1000/react
Commit
Browse files Avoid new Set([iterable]) for thenables (#14592)
Fixes https://github.com/facebook/react/issues/14583 Using `new Set([iterable])` does not work with IE11's non-compliant Set implementation. By avoiding this pattern we don't need to require a Set polyfill for IE11
Changed paths1 file
First-parent comparisonpackages/react-reconciler/src/ReactFiberUnwindWork.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…