Skip to content

Commit 534df4e

Browse files
chore(common): link fix for two components with the same name
1 parent dcd3ad6 commit 534df4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

knowledge-base/components-with-same-name.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ These last error messages can be observed if you have a component called `Teleri
2222

2323
You will get the intellisense from the Telerik grid, you will be able to define columns and events, but setting its `Data` property will throw this build error because the framework will get confused with your own `TelerikGrid.razor` component.
2424

25+
>note This [may be fixed in .NET Core 3.1 Preview 1](https://github.com/aspnet/AspNetCore/issues/13573) after our report.
26+
2527
The **solution** is to ensure that the component names in the project are unique, both across components in different folders of your own making, and with components from third party libraries you may be using.
28+
29+

0 commit comments

Comments
 (0)