Skip to content

Commit 354896f

Browse files
authored
Fix a missing link on the connect doc (#1576)
1 parent 2a5b12b commit 354896f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const areStatesEqual = () => false
269269
270270
This would likely impact the other equality checks as well, depending on your `mapStateToProps` function.
271271
272-
`areOwnPropsEqual: (next: Object, prev: Object) => boolean`
272+
#### `areOwnPropsEqual: (next: Object, prev: Object) => boolean`
273273
274274
- default value: `shallowEqual: (objA, objB) => boolean`
275275
( returns `true` when each field of the objects is equal )

0 commit comments

Comments
 (0)