Fluxor icon indicating copy to clipboard operation
Fluxor copied to clipboard

StoreInitializer not working in Balzor .net 8

Open dbrighton opened this issue 1 year ago • 4 comments

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 (<StoreInitializer></StoreInitializer>) component in .net 8.

here is my App.razor

dbrighton avatar Nov 17 '23 12:11 dbrighton

Do you have

<Fluxor.Blazor.Web.StoreInitializer />

in your Routes.razor?

stagep avatar Nov 17 '23 21:11 stagep

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

Rhywden avatar Nov 17 '23 21:11 Rhywden

This should be tentatively fixed with #481

WhitWaldo avatar Mar 08 '24 23:03 WhitWaldo

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!

ChuckBryan avatar May 11 '24 18:05 ChuckBryan