Skip to content

Commit 4cc0883

Browse files
committed
Deprecate TypedStructuredSelectorCreator
1 parent 8b93622 commit 4cc0883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/createStructuredSelector.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export type RootStateSelectors<RootState = any> = {
7777
*
7878
* @since 5.0.0
7979
* @public
80+
* @deprecated Please use {@linkcode StructuredSelectorCreator.withTypes createstructuredselector.withTypes<RootState>()} instead.
8081
*/
8182
export type TypedStructuredSelectorCreator<RootState = any> =
8283
/**

0 commit comments

Comments
 (0)