You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to follow this example and I was getting the following error:
I thought I was doing something wrong but when I updated the example to match my versions, the same error appeared. I don't understand this lib enough to know what the issue could be, so any insight would be useful!
The text was updated successfully, but these errors were encountered:
I'm in the process of deprecating Redux-Leaves in favour of Riduce (also created by me) - it's essentially the same library (shared API and a common git history), but with significant refactoring for stronger TypeScript support and a new name to de-emphasise Redux (since it should be usable with useReducer).
I haven't investigated why this useReducer example didn't work with the latest version of Redux-Leaves, but it works for me with Riduce (sandbox here).
So, as a fix for now, can you swap out redux-leaves for riduce?
(At some point, I might patch Redux-Leaves, but I don't intend to support it long-term)
This example does not seem to be working with the following package versions:
I was trying to follow this example and I was getting the following error:
I thought I was doing something wrong but when I updated the example to match my versions, the same error appeared. I don't understand this lib enough to know what the issue could be, so any insight would be useful!
The text was updated successfully, but these errors were encountered: