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
let initialState = {}
useReducerWithSideEffects(reducer, initialState, initArg => {
here initArg has sideEffects and state properties I was expecting it to be initialState
})
The text was updated successfully, but these errors were encountered:
This surprised me, however it may be intentional
The text was updated successfully, but these errors were encountered: