nzambello / react-csv-reader

React component that handles csv file input and its parsing
https://nzambello.github.io/react-csv-reader/
MIT License
199 stars 48 forks source link

fix: PropTypes error when giving RefObject to inputRef prop #99

Closed proudust closed 2 years ago

proudust commented 2 years ago

If you pass React.RefObject<HTMLInputElement> created by React.useRef() etc. to inputRef prop, the error of prop-types will be displayed to console. This PR solves its issue by fixing the definition of prop-types.