Skip to content

Commit f1de813

Browse files
authored
ListLayout API check (#3229)
Realize I accidentally left the property in the interface for the constructor when it should not be part of that
1 parent f0018ed commit f1de813

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/@react-stately/layout/src/ListLayout.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ export type ListLayoutOptions<T> = {
2525
indentationForItem?: (collection: Collection<Node<T>>, key: Key) => number,
2626
collator?: Intl.Collator,
2727
loaderHeight?: number,
28-
placeholderHeight?: number,
29-
allowDisabledKeyFocus?: boolean
28+
placeholderHeight?: number
3029
};
3130

3231
// A wrapper around LayoutInfo that supports hierarchy

0 commit comments

Comments
 (0)