Skip to content

Commit

Permalink
Remove bufferSize from shareReplay
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Mar 6, 2025
1 parent c8a58c8 commit 4c2309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/QueryManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ export class QueryManager<TStore> {
inFlightLinkObservables.remove(printedServerQuery, varJson);
}
}),
shareReplay({ bufferSize: 1, refCount: true })
shareReplay({ refCount: true })
);
}
} else {
Expand Down

0 comments on commit 4c2309e

Please # to comment.