Skip to content

Commit ae4bfb4

Browse files
authored
Revert redundant change
1 parent cb8d63a commit ae4bfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/connectAdvanced.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export default function connectAdvanced(
244244
// We need to force this wrapper component to re-render whenever a Redux store update
245245
// causes a change to the calculated child component props (or we caught an error in mapState)
246246
const [
247-
[previousStateUpdateResult, updateCount],
247+
[previousStateUpdateResult],
248248
forceComponentUpdateDispatch
249249
] = useReducer(storeStateUpdatesReducer, EMPTY_ARRAY, initStateUpdates)
250250

0 commit comments

Comments
 (0)