new workspace screen #194
Annotations
3 errors
typecheck:
src/languages/es.ts#L1497
Type '{ card: string; workspace: string; edit: string; delete: string; settings: string; reimburse: string; bills: string; invoices: string; travel: string; members: string; plan: string; overview: string; ... 12 more ...; mustBeOnlineToViewMembers: string; }' is missing the following properties from type '{ card: string; workspace: string; edit: string; delete: string; settings: string; reimburse: string; bills: string; invoices: string; travel: string; members: string; plan: string; overview: string; ... 15 more ...; mustBeOnlineToViewMembers: string; }': workspaceTitle, workspaceOwner, workspaceType
|
typecheck:
src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/index.tsx#L71
Type '{ children: Element; testID: string; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<any>'.
|
typecheck
Process completed with exit code 2.
|