mrpmorris / Fluxor

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

Argument order fix #416

Closed Eraph closed 1 year ago

Eraph commented 1 year ago

Fixed order of arguments in ReduceFetchDataResultAction()

This was a bit of a noodle scratcher, the error message didn't shed much light on what was wrong.

Expected reducer method to return type FluxorCli.Store.WeatherUseCase.WeatherState. Method "ReduceFetchDataResultAction" on class "FluxorCli.Store.WeatherUseCase.Reducers.Reducers"

mrpmorris commented 1 year ago

Thank you for contributing!!