[Preview 8] BlazorStyled and Syncfusion don't work together
See original GitHub issueI upgrade to today’s version for both.
Syncfusion needs this to work:
endpoints.MapBlazorHub<App>(selector: "app");
BlazorStyled needs this to work:
endpoints.MapBlazorHub();
How to get both to work together? I can only get one to work at a time.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Blazor FAQ - Troubleshooting
The name 'RegisteredFunction' does not exist in the current context in Blazor. Solution: 'RegisteredFunction' does not exist anymore from Blazor v0. 5.0.
Read more >Support server side blazor without server side rendering #35
BlazorStyled is not working when server side rendering is disabled. My application is a server side blazor but doesn't have a cshtml file, ......
Read more >How to show image in Blazor view
Try this <img src="Images/watch.jpg" width="300px" /> Just remove ~/ and it works. Share.
Read more >Building A Better Blazor Progress Bar - YouTube
This is a second video demonstrating some of the uses for BlazorStyled, by Chanan. BlazorStyled is available on GitHub: ...
Read more >Blazor/awesome-blazor
Blazor is a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. Contributions are always welcome!
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Wow! You continue to impress. That is more elegant solution. Thanks again!
In preview 9 this might have been fixed to work the “original way” I will retest this tomorrow. see here: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-9/#multiple-components-in-views-or-pages