diff --git a/src/shared/core/stores.ts b/src/shared/core/stores.ts index 920ed03..1f03c33 100644 --- a/src/shared/core/stores.ts +++ b/src/shared/core/stores.ts @@ -1,4 +1,4 @@ -import { createSessionPersister } from "tinybase/persisters/persister-browser"; +import { createSessionPersister } from "tinybase/persisters/persister-browser/with-schemas"; import { createWsSynchronizer } from "tinybase/synchronizers/synchronizer-ws-client"; import { createMergeableStore } from "tinybase/with-schemas"; import { WebSocket } from "ws";