We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
react-papaparse
Takes me to react-papaparse v3 docs.
And there seems to be some stuff that doesn't work the same. E.g. I'm not able to do worker: false
worker: false
And when omitting that property, the object is detected as invalid:
Also, the docs say the readString function returns an object:
readString
But it's actually returning void:
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
The text was updated successfully, but these errors were encountered:
Fix type ( #152 #157 #158 )
c779a8c
No branches or pull requests
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:Takes me to
react-papaparse
v3 docs.And there seems to be some stuff that doesn't work the same. E.g. I'm not able to do
worker: false
And when omitting that property, the object is detected as invalid:
Also, the docs say the
readString
function returns an object:But it's actually returning void:
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
The text was updated successfully, but these errors were encountered: