mrpmorris / Fluxor

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

Feature should set HasInitialState to true when the State property's value is set #347

Closed mrpmorris closed 1 year ago

mrpmorris commented 1 year ago

Otherwise, state restored from an external persistence is overwritten when the store is initialised.

mrpmorris commented 1 year ago

Fixed in 5.5