Bunlong / react-papaparse

react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
https://react-papaparse.js.org
MIT License
363 stars 60 forks source link

Documentation missing for v4? #157

Closed JorgePasco1 closed 10 months ago

JorgePasco1 commented 11 months ago

I'm starting out with react-papaparse and there doesn't seem to be a Documentation page for v4. The link bon the "Version 4" section:

image

Takes me to react-papaparse v3 docs.

image

And there seems to be some stuff that doesn't work the same. E.g. I'm not able to do worker: false

image

And when omitting that property, the object is detected as invalid:

image

Also, the docs say the readString function returns an object:

image

But it's actually returning void:

image

This makes it confusing to know if I'm using the library properly or not.

Anyways, thanks a lot for the library! I hope this gets sorted out so it's clearer for the devs