-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor - .NET Preview 8 - Breaks Fluxor - Not clear which part breaks #87
Comments
Could you send me a repro? |
Hi, I have the same problem with .NET 5 Preview 8. To reproduce: Create a new Blazor App with ASP.NET core hosted. Add <Fluxor.Blazor.Web.StoreInitializer /> as first line in App.razor and var currentAssembly = typeof(Program).Assembly; in Program.cs Main() method. Run and following error occur: crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] BR Alex |
reproduced! |
Fixed in 3.7 |
@christoment Thanks for doing a demo of Fluxor on YouTube. I've added a link to your Twitter profile + to the video on the main project page under Getting Started. |
Thanks @mrpmorris ! Hope that the video will help everyone to quickly get started in Fluxor. Cheers, |
I'm using with Blazor Server-Side (.net 8). Not getting any exceptions, but it's not working either. I think the problem is with the new App.razor () component in .net 8. here is my App.razor <script src="_content/MatBlazor/dist/matBlazor.js"></script> <script src="_framework/blazor.web.js"></script> <script src="_content/Fluxor.Blazor.Web/scripts/index.js"></script> |
Hello, same for me. |
Hi, same for me too |
Hi Fluxor team,
Just grabbed the latest .NET Preview 8 + Blazor, but Fluxor seems to failed on initialisation.
It works previously with .NET Preview 7.
I attached the stacktrace from the browser, but I'm not sure which part breaks. Hopefully this can help the team to debug it.
Any advice to get this working?
Thanks!
The text was updated successfully, but these errors were encountered: