Skip to content

Commit

Permalink
Revert redundant change
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi authored Oct 14, 2019
1 parent cb8d63a commit ae4bfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/connectAdvanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default function connectAdvanced(
// We need to force this wrapper component to re-render whenever a Redux store update
// causes a change to the calculated child component props (or we caught an error in mapState)
const [
[previousStateUpdateResult, updateCount],
[previousStateUpdateResult],
forceComponentUpdateDispatch
] = useReducer(storeStateUpdatesReducer, EMPTY_ARRAY, initStateUpdates)

Expand Down

0 comments on commit ae4bfb4

Please sign in to comment.