Skip to content

Commit d4564cd

Browse files
chore(common): update server instructions to avoid prerendering issue
1 parent 91b2528 commit d4564cd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

getting-started/server-blazor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ To use Blazor server-side, you need to use the `Blazor App` type of project with
5353

5454
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@@latest/dist/all.css" />
5555

56+
1. Remove the contents of the `<app></app>` element (see [this issue](https://feedback.telerik.com/blazor/1425656-using-renderstaticcomponentasync-breaks-telerik-components)).
57+
5658
1. @[template](/_contentTemplates/common/js-interop-file.md#add-js-interop-file-to-getting-started-server)
5759

5860
1. Open the `~/Startup.cs` file in the and register the Telerik Blazor service:

getting-started/what-you-need.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ To allow working with detached popups (for example, dropdown lists, menus, grid
103103
@[template](/_contentTemplates/common/get-started.md#telerik-main-container-snippet)
104104
````
105105

106+
### Server-side Project Considerations
107+
108+
Open the `~/Pages/_Host.cshtml` and remove the contents of the `<app></app>` element (see [this issue](https://feedback.telerik.com/blazor/1425656-using-renderstaticcomponentasync-breaks-telerik-components)).
109+
106110
### Client-side Project Considerations
107111

108112
If you are using a **client-side Blazor** project,

0 commit comments

Comments
 (0)