Skip to content

Commit 21d2961

Browse files
committed
MobX integration release
1 parent d0b0d34 commit 21d2961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Connector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ class Connector {
670670

671671
public createMobxEventHandler(batchingTimeMs: number) {
672672
return async (event: T.MobxSpyEvent) => {
673-
if (event.type !== "action")
673+
if (event.type !== "action" || (event.name ?? "").includes("Reaction"))
674674
return;
675675

676676
if (this._socket?.connected) {

0 commit comments

Comments
 (0)