mrpmorris / Fluxor

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

Update README.md #257

Closed IEvangelist closed 2 years ago

IEvangelist commented 2 years ago

Fix a bug in the final code example. The action is used to assign to the forecasts parameter but wasn't in context. The Reducer without the type parameter was required here.