-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typescript definition are missing #37
Comments
+1 Am also having this issue |
@apoorvmote @adammesa Fixed in v3.0.3 👍 |
@nzambello I tested it and it works better now. |
@apoorvmote Thank you for pointing it to me, I'm a newbie on typescript libraries. |
@nzambello you, sir, are fast! Thank you for all your hard work. (I am 3 days new to TypeScript and had no idea how to tackle this) |
Thanks for fixing again quickly. I am also relatively new to Typescript. I just have 1 year experience with Typescript. I am not 3 days into Typescript. If anyone else wanted strictly typed parserOption then first install |
I chose this library over others because majority of the code is written in typescript.
When I add this to my project it gives me error
To recreate
npx create-react-app csv-test --use-npm --template typescript
npm i react-csv-reader
import CSVReader from 'react-csv-reader'
then you get the error mentioned above.
The text was updated successfully, but these errors were encountered: