We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run docz:build
1 parent 0d0a597 commit 5b410d0Copy full SHA for 5b410d0
src/index.tsx
@@ -105,7 +105,7 @@ CSVReader.propTypes = {
105
inputId: PropTypes.string,
106
inputName: PropTypes.string,
107
inputStyle: PropTypes.object,
108
- inputRef: PropTypes.oneOfType([PropTypes.func, PropTypes.exact({ current: PropTypes.instanceOf(HTMLInputElement) })]),
+ inputRef: PropTypes.oneOfType([PropTypes.func, PropTypes.exact({ current: PropTypes.any })]),
109
label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
110
onError: PropTypes.func,
111
onFileLoaded: PropTypes.func.isRequired,
0 commit comments