From 6a1773ab0697ffcbc2b00b414380eec690970079 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 13 Jul 2021 15:19:00 +0200 Subject: [PATCH] chore: note --- src/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store.ts b/src/store.ts index 89c8585a..83defd63 100644 --- a/src/store.ts +++ b/src/store.ts @@ -381,6 +381,7 @@ function createSetupStore< // createOptionStore already did this } else if (!buildState) { pinia.state.value[$id][key] = toRef(setupStore as any, key) + // TODO: avoid if state exists for SSR } if (__DEV__) { -- 2.47.2