mrpmorris / Fluxor

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

Possible typo in 02D-ReduxDevToolsTutorial #308

Closed GiannhsR closed 2 years ago

GiannhsR commented 2 years ago

Following the tutorial to disable ReduxWebTools, I get the following error: image

Replacing it with : image

Seems to solve the issue.

mrpmorris commented 2 years ago

I will be doing a 5.4 release soon. Would you like to submit a PR against the release/5.4 branch?

It only actually needs "'$(Configuration)==Debug"`

GiannhsR commented 2 years ago

Sure, I will give that a try.