dillon1000/react
Commit
Browse files Fix a perf issue of <select multiple />
`indexOf` was used inside a loop. Use an object and `hasOwnProperty` instead.
Changed paths1 file
First-parent comparisonsrc/dom/components/ReactDOMSelect.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…