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 2078bf4 commit 1a0c963Copy full SHA for 1a0c963
packages/kit/src/runtime/client/client.js
@@ -189,9 +189,6 @@ let target;
189
/** @type {import('./types.js').SvelteKitApp} */
190
export let app;
191
192
-// we have to conditionally access the properties of `__SVELTEKIT_PAYLOAD__`
193
-// because it will be `undefined` when users import the exports from this module.
194
-// It's only defined when the server renders a page.
195
/** @type {Record<string, any>} */
196
export let remote_responses = {};
197
0 commit comments