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
src/App.vue(46,19): error TS2345: Argument of type '{ [x: string]: any; userPermissions: { canEditUserRoles: boolean; canCreatePost: boolean; canEditPost: boolean; canDeletePost: boolean; } | null; }' is not assignable to parameter of type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterViewProps'.
Object literal may only specify known properties, and 'userPermissions' does not exist in type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterViewProps'.
src/views/PostFormView.vue(85,34): error TS2339: Property 'dropzoneHighlight' does not exist on type '{ default(): any; }'.
src/views/PostFormView.vue(88,42): error TS2339: Property 'dropzoneHighlight' does not exist on type '{ default(): any; }'.
https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/
56047e0
The text was updated successfully, but these errors were encountered: