Skip to content

Commit

Permalink
prevent broadcasting queries from clearStore
Browse files Browse the repository at this point in the history
  • Loading branch information
akiran committed Feb 14, 2018
1 parent de9fd61 commit b5defdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-client/src/core/QueryManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ export class QueryManager<TStore> {

// begin removing data from the store
const reset = this.dataStore.reset();
this.broadcastQueries();
//this.broadcastQueries();
return reset;
}

Expand Down

0 comments on commit b5defdf

Please sign in to comment.