diff --git a/packages/storage/src/cookies.ts b/packages/storage/src/cookies.ts index 2b576066e..b94c88334 100644 --- a/packages/storage/src/cookies.ts +++ b/packages/storage/src/cookies.ts @@ -150,7 +150,7 @@ export const cookieStorage: StorageWithOptions = addClearMethod({ return length; }, get length() { - return this.getLength + return this.getLength() } });