react-csv-reader icon indicating copy to clipboard operation
react-csv-reader copied to clipboard

fix: PropTypes error when giving RefObject to inputRef prop

Open proudust opened this issue 3 years ago • 0 comments

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.

proudust avatar Jul 17 '22 02:07 proudust