mrpmorris / Fluxor

Fluxor is a zero boilerplate Flux/Redux library for Microsoft .NET and Blazor.
MIT License
1.27k stars 146 forks source link

Fluxor dont work with new template .Net 8 and InteractiveServerRenderMode #462

Closed MadnessAN closed 1 month ago

MadnessAN commented 10 months ago

Hello,

With the new .NET template, it appears that Fluxor is not being initialized when the AddInteractiveServerRenderMode is activated.

MadnessAN commented 10 months ago

I have tried many things to fix the issue. My analysis led me to understand that the onAfterRenders and OnAfterRenderAsync (StoreInitializer) methods are never triggered. This starts from the moment you instantiate the Blazor AddInteractiveServerRenderMode in .NET 8. I attempted to upgrade to .NET 8 Fluxor and Fluxor Blazor Web. I made various rendering attempts to successfully trigger the onAfterRenders which initializes the store, but without success."

Rhywden commented 10 months ago

See #459