You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
While trying to implement the dataHandler following the example in the README, I get this error: Type '(rows: any, { startIndex }: { startIndex: any; }) => Promise<void>' is not assignable to type 'undefined'.ts(2322)
The text was updated successfully, but these errors were encountered:
Hmm, can you share a fuller snippet of how you are calling the component? Could be that you are supplying both dataHandler and processChunk props at once - only the first one should be specified.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While trying to implement the dataHandler following the example in the README, I get this error:
Type '(rows: any, { startIndex }: { startIndex: any; }) => Promise<void>' is not assignable to type 'undefined'.ts(2322)
The text was updated successfully, but these errors were encountered: