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
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)
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)