Skip to content

Commit 90248db

Browse files
committed
fix: cleanup merge conflicts
1 parent ebde83b commit 90248db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ CSVReader.propTypes = {
108108
inputId: PropTypes.string,
109109
inputName: PropTypes.string,
110110
inputStyle: PropTypes.object,
111-
inputRef: PropTypes.oneOfType([PropTypes.func, PropTypes.exact({ current: PropTypes.any })]),
112111
label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
113112
onError: PropTypes.func,
114113
onFileLoaded: PropTypes.func.isRequired,

0 commit comments

Comments
 (0)