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
Proposal: start by removing the parsed field from this internal type
Something like export type FileState = { [key: string]: Omit<FileData, 'parsed'> }
Leave it on FileData for the API interface, but remove it from Uploods internal state.
The 'parsed' field can't be sent to the DB because it can contain MB of data and crash the application.
The text was updated successfully, but these errors were encountered: