dillon1000/react

Commit

Use Map instead of object as map in ReactNativeComponentTree (#16107)

Real Maps should now be used in RN JS engines. In theory this should
be faster (but might not actually be in practice), and it avoids hitting
upper bounds of property max counts.

We don't use these types of Maps in Fabric.
Browse files
Changed paths1 file
First-parent comparison
M packages/react-native-renderer/src/ReactNativeComponentTree.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…