We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6385abd commit 3555b2aCopy full SHA for 3555b2a
src/queries.ts
@@ -157,7 +157,7 @@ export const createQueries = getCreateFunction((store: Store): Queries => {
157
addPreStoreListener(
158
fromStore,
159
queryId,
160
- fromStore.addWillFinishTransactionListener(toStore.startTransaction),
+ fromStore.addStartTransactionListener(toStore.startTransaction),
161
fromStore.addDidFinishTransactionListener(() =>
162
toStore.finishTransaction(),
163
),
0 commit comments