pull/16748/head
S. Elliott Johnson 1 week ago
parent 4325e671d3
commit d68f89e98c

@ -69,8 +69,6 @@ export class Payload {
* State that is local to the branch it is declared in.
* It will be shallow-copied to all children.
*
* TODO I think this needs to be async-compatible if we don't want waterfall-y options but I'm willing
* to live with it for now
* @type {{ select_value: string | undefined }}
*/
local;

@ -167,7 +167,7 @@ export function runtime_suite(runes: boolean) {
}
if (variant === 'async-ssr') {
if (!runes) return 'no-test';
if (!runes || !async_mode) return 'no-test';
if (
(config.mode && !config.mode.includes('async-server')) ||
(!config.test_ssr &&

Loading…
Cancel
Save