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 was archived by the owner on Apr 5, 2024. It is now read-only.
src/components/pages/filesytem/upload/preflightTypes.ts:14:18 - error TS2430: Interface 'EditableFileWithPreflightInfo' incorrectly extends interface 'File'.
Types of property 'webkitRelativePath' are incompatible.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
14 export interface EditableFileWithPreflightInfo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~