Hey! I get another odd error here, I run wasp clean and wasp start and for everything is great and when I deploy I get this error.
I tore down my previous project and used a new name and so on fly.io. Any leads would be great, I'm not getting too far with cursor let output = new ProcessOutput(code, signal, stdout, stderr, combined, message); ^
ProcessOutput [Error]: at deployClient (file:///home/anon/.local/share/wasp-lang/0.15.0/data/packages/deploy/dist/providers/fly/deploy/deploy.js:82:13) exit code: 2 (Misuse of shell builtins) at ChildProcess.<anonymous> (file:///home/anon/.local/share/wasp-lang/0.15.0/data/packages/deploy/node_modules/zx/build/core.js:146:26) at ChildProcess.emit (node:events:519:28) at maybeClose (node:internal/child_process:1105:16) at ChildProcess._handle.onexit (node:internal/child_process:305:5) at Process.callbackTrampoline (node:internal/async_hooks:130:17) { _code: 2, _signal: null, _stdout: '\n' + '> anon@0.0.0 build\n' + '> npm run validate-env && tsc && vite build\n' + '\n' + '\n' + '> anon@0.0.0 validate-env\n' + '> node -r dotenv/config ./scripts/validate-env.mjs\n' + '\n' + ' Validating environment variables...\n' + "../../../src/admin/dashboards/analytics/AnalyticsDashboardPage.tsx(18,6): error TS2786: 'DefaultLayout' cannot be used as a JSX component.\n" + " Its type 'FC<Props>' is not a valid JSX element type.\n" + " Type 'FunctionComponent<Props>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.\n" +
Type 'import("/home/anon/wasp-project/vera/app/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.\n
Type 'import("/home/anon/wasp-project/vera/app/node_modules/@types/react/index").ReactNode' is not assignable to type 'React.ReactNode'.\n
+ " Type 'bigint' is not assignable to type 'ReactNode'.\n" +