../../../src/admin/UsersPage.tsx(261,22): error TS18046: 'error' is of type 'unknown'.
../../../src/admin/UsersPage.tsx(275,20): error TS18046: 'error' is of type 'unknown'.
../../../src/auth/hooks.ts(142,40): error TS7006: Parameter 'tx' implicitly has an 'any' type.
../../../src/chat/ChatPage.tsx(295,65): error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ 'Study Assistant': { reminder: string; initialMessage: { content: string; role: string; provider: string; }; }; 'Essay Helper': { reminder: string; initialMessage: { content: string; role: string; provider: string; }; }; ... 5 more ...; 'Meeting Planner': { ...; }; }'.
No index signature with a parameter of type 'string' was found on type '{ 'Study Assistant': { reminder: string; initialMessage: { content: string; role: string; provider: string; }; }; 'Essay Helper': { reminder: string; initialMessage: { content: string; role: string; provider: string; }; }; ... 5 more ...; 'Meeting Planner': { ...; }; }'.
wasp start works fine locally but not when deploying with fly -- why?