Skip to content

Commit 8d939ba

Browse files
committed
Undo unused export of pureFinalPropsSelectorFactory
1 parent fe6eba1 commit 8d939ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connect/selectorFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ interface PureSelectorFactoryComparisonOptions<TStateProps, TOwnProps, State> {
6464
readonly areOwnPropsEqual: EqualityFn<TOwnProps>
6565
}
6666

67-
export function pureFinalPropsSelectorFactory<
67+
function pureFinalPropsSelectorFactory<
6868
TStateProps,
6969
TOwnProps,
7070
TDispatchProps,

0 commit comments

Comments
 (0)