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 2a5b12b commit 354896fCopy full SHA for 354896f
docs/api/connect.md
@@ -269,7 +269,7 @@ const areStatesEqual = () => false
269
270
This would likely impact the other equality checks as well, depending on your `mapStateToProps` function.
271
272
-`areOwnPropsEqual: (next: Object, prev: Object) => boolean`
+#### `areOwnPropsEqual: (next: Object, prev: Object) => boolean`
273
274
- default value: `shallowEqual: (objA, objB) => boolean`
275
( returns `true` when each field of the objects is equal )
0 commit comments