Skip to content
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

StoreInitializer not working in Balzor .net 8 #460

Open
dbrighton opened this issue Nov 17, 2023 · 4 comments
Open

StoreInitializer not working in Balzor .net 8 #460

dbrighton opened this issue Nov 17, 2023 · 4 comments

Comments

@dbrighton
Copy link

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>
@stagep
Copy link

stagep commented Nov 17, 2023

Do you have

<Fluxor.Blazor.Web.StoreInitializer />

in your Routes.razor?

@Rhywden
Copy link

Rhywden commented Nov 17, 2023

I'm also confused why you're talking about "Server-side" but are using Javascript?

@WhitWaldo
Copy link

This should be tentatively fixed with #481

@ChuckBryan
Copy link

Do you have

<Fluxor.Blazor.Web.StoreInitializer />

in your Routes.razor?

This helped me with my example. I was following the Counter example in the docs which said to put that component in the App.razor. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants