Skip to content

Commit

Permalink
Remove listKey from TS typings
Browse files Browse the repository at this point in the history
Summary:
The prop is removed as part of D39589089 (bc5cb7c) (no longer does anything). Remove from the TS declarations.

Changelog:
[General][Removed] - Remove listKey from TS typings

Reviewed By: lunaleaps

Differential Revision: D39650827

fbshipit-source-id: dd9b5eccba1b9f6964a6d60ea5bae9913e8396e3
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Sep 20, 2022
1 parent a048399 commit 773615b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5012,8 +5012,6 @@ export interface VirtualizedListWithoutRenderItemProps<ItemT>

keyExtractor?: ((item: ItemT, index: number) => string) | undefined;

listKey?: string | undefined;

/**
* The maximum number of items to render in each incremental render batch. The more rendered at
* once, the better the fill rate, but responsiveness my suffer because rendering content may
Expand Down

0 comments on commit 773615b

Please sign in to comment.