dillon1000/react

Commit

Fix a perf issue of <select multiple />

`indexOf` was used inside a loop. Use an object and
`hasOwnProperty` instead.
Browse files
Changed paths1 file
First-parent comparison
M src/dom/components/ReactDOMSelect.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…