Skip to content

Commit

Permalink
fix: npm run docz:build error
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Sep 27, 2022
1 parent 0d0a597 commit 5b410d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ CSVReader.propTypes = {
inputId: PropTypes.string,
inputName: PropTypes.string,
inputStyle: PropTypes.object,
inputRef: PropTypes.oneOfType([PropTypes.func, PropTypes.exact({ current: PropTypes.instanceOf(HTMLInputElement) })]),
inputRef: PropTypes.oneOfType([PropTypes.func, PropTypes.exact({ current: PropTypes.any })]),
label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
onError: PropTypes.func,
onFileLoaded: PropTypes.func.isRequired,
Expand Down

0 comments on commit 5b410d0

Please sign in to comment.