Closed panesofglass closed 6 years ago
Based on the types, it appears this is now required. I think the only thing needed is to update the README so that users know it's a required part of the model. Does it need to be required? Or did I miss an alternative to wiring up the reducer?
Well, yes, the new routing is a pretty hardcoded requirement right now. I would like to make it optional, using a Redux middleware or something. But for now you'll need to provide a function that can retrieve the Location from your state.
When building with the latest Blazor-Redux 0.0.4, I get the following:
Is a
Location
property now required, or am I reading this error incorrectly?