MCPcopy
hub / github.com/reduxjs/react-redux / PureSelectorFactoryComparisonOptions

Interface PureSelectorFactoryComparisonOptions

src/connect/selectorFactory.ts:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59) => TMergedProps
60
61interface PureSelectorFactoryComparisonOptions<TStateProps, TOwnProps, State> {
62 readonly areStatesEqual: ExtendedEqualityFn<State, TOwnProps>
63 readonly areStatePropsEqual: EqualityFn<TStateProps>
64 readonly areOwnPropsEqual: EqualityFn<TOwnProps>
65}
66
67function pureFinalPropsSelectorFactory<
68 TStateProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…