Skip to content

Commit

Permalink
Deprecate TypedStructuredSelectorCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jan 4, 2024
1 parent 8b93622 commit 4cc0883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/createStructuredSelector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export type RootStateSelectors<RootState = any> = {
*
* @since 5.0.0
* @public
* @deprecated Please use {@linkcode StructuredSelectorCreator.withTypes createstructuredselector.withTypes<RootState>()} instead.
*/
export type TypedStructuredSelectorCreator<RootState = any> =
/**
Expand Down

0 comments on commit 4cc0883

Please sign in to comment.