Skip to content

Commit f0f2a16

Browse files
Merge branch 'vnext' into jsa-fix-issues-1680
2 parents 31b86b9 + 15edbc7 commit f0f2a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/components/general-getting-started-blazor-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ await builder.Build().RunAsync();
8383

8484
## Add Ignite UI for Blazor Component
8585

86-
Add an Ignite UI for Blazor component to your razor page:
86+
Add an Ignite UI for Blazor component to your razor page (Please note that Ignite UI for Blazor components require interactive render modes like **InteractiveServer**, **InteractiveWebAssembly**, or **InteractiveAuto**. For "Per page/component" interactivity, ensure interactive render mode is specified on pages using Ignite UI components.):
8787

8888
```razor
8989
<IgbCard style="width:350px">

0 commit comments

Comments
 (0)