diff --git a/src/index.tsx b/src/index.tsx index 1275458..f7a0d31 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -108,7 +108,6 @@ CSVReader.propTypes = { inputId: PropTypes.string, inputName: PropTypes.string, inputStyle: PropTypes.object, - inputRef: PropTypes.oneOfType([PropTypes.func, PropTypes.exact({ current: PropTypes.any })]), label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]), onError: PropTypes.func, onFileLoaded: PropTypes.func.isRequired,