Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 5144d9b

Browse files
committed
perf(Performance): Minor refactor and performance improvements
1 parent 0484d02 commit 5144d9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Option.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import PropTypes from 'prop-types';
33
import { onlyUpdateForKeys } from 'recompose';
44
import { isDataObject } from './lib/utils';
5-
65
const Option = props => {
76
const {
87
id,

0 commit comments

Comments
 (0)