We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8d63a commit ae4bfb4Copy full SHA for ae4bfb4
src/components/connectAdvanced.js
@@ -244,7 +244,7 @@ export default function connectAdvanced(
244
// We need to force this wrapper component to re-render whenever a Redux store update
245
// causes a change to the calculated child component props (or we caught an error in mapState)
246
const [
247
- [previousStateUpdateResult, updateCount],
+ [previousStateUpdateResult],
248
forceComponentUpdateDispatch
249
] = useReducer(storeStateUpdatesReducer, EMPTY_ARRAY, initStateUpdates)
250
0 commit comments