Skip to content

Commit 7344f3d

Browse files
authored
codeDIdCommit
1 parent 9ee1a36 commit 7344f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/connect.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@ describe('React', () => {
20082008

20092009
@connect(null, mapDispatchFactory, mergeParentDispatch)
20102010
class Passthrough extends Component {
2011-
componentDIdUpdate() {
2011+
componentDidUpdate() {
20122012
updatedCount++
20132013
}
20142014
render() {

0 commit comments

Comments
 (0)