Skip to content

Commit 3ad0b57

Browse files
docs(common): remove unnecessary step
1 parent 3239fed commit 3ad0b57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

getting-started/server-blazor.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ 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-
56+
5857
1. @[template](/_contentTemplates/common/js-interop-file.md#add-js-interop-file-to-getting-started-server)
5958

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

0 commit comments

Comments
 (0)