react-csv-reader
react-csv-reader copied to clipboard
fix: PropTypes error when giving RefObject to inputRef prop
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.