Skip to content

Commit d555459

Browse files
committed
Update blazor.mdx
1 parent b3612e1 commit d555459

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/content/docs/mediator/extensions/blazor.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,9 @@ code, cleanup, hooks, etc. This is where connectivity broadcaster comes in
7171
}
7272
}
7373
```
74-
</Steps>
74+
</Steps>
75+
76+
:::warning
77+
Be careful when using the `MediatorInternetConnectivity` component, you don't want more than 1 in scope at a time as they will cause the connectivity broadcast to be sent per instance.
78+
You can `<MediatorInternetConnectivity BroadcastEvent="false" />` to disable the component if you need to use it in multiple places.
79+
:::

0 commit comments

Comments
 (0)