We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bea01 commit 5eafe2cCopy full SHA for 5eafe2c
packages/kit/src/runtime/client/start.js
@@ -20,7 +20,7 @@ export { set_public_env } from '../env-public.js';
20
* node_ids: number[];
21
* params: Record<string, string>;
22
* routeId: string | null;
23
- * data: Array<import('types').ServerDataNode | import('types').ServerErrorNode | null>;
+ * data: Array<import('types').ServerDataNode | null>;
24
* errors: Record<string, any> | null;
25
* };
26
* }} opts
0 commit comments