Skip to content

Commit 9b4e57c

Browse files
docs(common): static assets work in client projects now
1 parent e6e7092 commit 9b4e57c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

_contentTemplates/common/issues-and-warnings.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Open the Client `.csproj` file and ensure that the following switch is present.
1010
</PropertyGroup>
1111
#end
1212

13-
#static-asset-issue-in-client-project
14-
Static assets currently work only for Server-side project types because of [an issue in the framework](https://github.com/aspnet/AspNetCore/issues/10986). If you use a client-side model, you must reference the script from our CDN.
15-
#end
13+
1614

1715
#valuechanged-lambda-required
1816
>note The lambda expression in the handler is required by the framework: [https://github.com/aspnet/AspNetCore/issues/12226](https://github.com/aspnet/AspNetCore/issues/12226).

getting-started/what-you-need.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ To have the Telerik Blazor components look and behave as expected in the browser
6666

6767
You can add the JS Interop file as a static asset from our package, instead of using a CDN.
6868

69-
>warning @[template](/_contentTemplates/common/issues-and-warnings.md#static-asset-issue-in-client-project)
70-
7169
To enable the use of static assets in your project, make sure you have the following line to your **Server** project `Startup.cs` file:
7270

7371
````C#

0 commit comments

Comments
 (0)