The `state` getter was removed a while back, and we forgot to fix the types.
@@ -284,8 +284,6 @@ export class Uppy {
getState<TMeta extends IndexedObject<any> = Record<string, unknown>>(): State<TMeta>
- readonly state: State
-
setFileState(fileID: string, state: Record<string, unknown>): void
resetProgress(): void