dillon1000/react

Commit

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
Browse files
Changed paths1 file
First-parent comparison
M packages/react-reconciler/src/ReactFiberUnwindWork.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…