react-csv-reader
react-csv-reader copied to clipboard
React component that handles csv file input and its parsing
Bumps [terser](https://github.com/terser/terser) from 4.6.6 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
If you pass `React.RefObject` 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...
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
**Describe the bug** Projects with React 17 fail to resolve peer dependencies. **To Reproduce** Steps to reproduce the behavior: 1. Install react-csv-reader to a project using React 17. 2. Observe...
This PR is for this issue https://github.com/nzambello/react-csv-reader/issues/95 IDK the reason behind updating the `peerDependencies` but is breaking lots of projects using React 17.
Bumps [devcert](https://github.com/davewasmer/devcert) from 1.1.2 to 1.2.1. Changelog Sourced from devcert's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
because very needed: 1. onFileLoaded doesnt return data for second time https://github.com/nzambello/react-csv-reader/issues/45 2. add inputRef feature https://github.com/nzambello/react-csv-reader/issues/61 and no answer for this issues from autor
**Describe the bug** When the file is uploaded the first time it works perfectly but if we upload the file the second time without refreshing the page it does not...
**Describe the bug and Reproduce** If the file loads the first time, the file has a duplicate header, it calls the onFileLoaded function, but the second load is the same...