question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Preview 8] BlazorStyled and Syncfusion don't work together

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
VR-Architectcommented, Aug 23, 2019

Wow! You continue to impress. That is more elegant solution. Thanks again!

0reactions
chanancommented, Sep 5, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found