Closed endreymarcell closed 1 year ago
The type says we're returning the slice's state, but in reality, we're getting the entire app state.
Oh no, I was just using it incorrectly (createEffectInputs() has to be passed to app state, not the slice state, fixed in 67d2209). Never mind.
createEffectInputs()
The type says we're returning the slice's state, but in reality, we're getting the entire app state.