mrpmorris / Fluxor

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

Fix WeatherState class in Effects tutorial #245

Closed Teknikaali closed 2 years ago

Teknikaali commented 2 years ago

This pull request adds a missing FeatureState attribute and an empty ctor to the "Effects" tutorial's WeatherState class' code.

By merging this PR it is possible for a new user to finish the tutorial without runtime errors.

These changes already exist in the actual code file, but were missing from the tutorial documentation.