mrpmorris / Fluxor

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

Redux DevTool automatically opt in to UseRouting #360

Closed EDuToit closed 1 year ago

EDuToit commented 1 year ago

When I ran my project in Debug mode, I opted into UseRouting and used it extensively.

Unfortunately, I never went through opting into it when I was building for Release (as the #if Debug removed the automatic subscription )

I am not sure how you might want to go forward with notifying the user base.

https://github.com/mrpmorris/Fluxor/blob/392907b6bd323d1fedda3992d5a828f483c64a65/Source/Lib/Fluxor.Blazor.Web.ReduxDevTools/OptionsReduxDevToolsExtensions.cs#L27

mrpmorris commented 1 year ago

Yes, I hadn't considered the negative case. Thanks!

mrpmorris commented 1 year ago

No idea why this got closed again.

mrpmorris commented 1 year ago

Fixed in 6.0