You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thoughtspace: Temporarily disable IndexeddbPersistence when loading doclog in tests.
There is currently an issue where some y-indexeddb usage causes "TransactionInactiveError: A request was placed against a transaction which is currently not active, or which is finished." It is unclear what is causing this, although we are using an old version of fake-indexeddb, and the issue does not occur in normal app usage.
// The doclog's initial block must be created outside the replicationController, after IDB syncs. This is necessary to avoid creating a new block when one already exists.
319
-
// Do not create a starting block if this is shared from another device.
320
-
// We need to wait for the existing block(s) to load.
// The doclog's initial block must be created outside the replicationController, after IDB syncs. This is necessary to avoid creating a new block when one already exists.
324
+
// Do not create a starting block if this is shared from another device.
325
+
// We need to wait for the existing block(s) to load.
0 commit comments