From: Eduardo San Martin Morote Date: Tue, 13 Jul 2021 13:19:00 +0000 (+0200) Subject: chore: note X-Git-Tag: v2.0.0-rc.0~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a1773ab0697ffcbc2b00b414380eec690970079;p=thirdparty%2Fvuejs%2Fpinia.git chore: note --- 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__) {