We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427f0c7 commit 771b1f4Copy full SHA for 771b1f4
packages/@react-spectrum/searchwithin/stories/SearchWithin.stories.tsx
@@ -49,7 +49,7 @@ function RenderSearchWithin(props: SearchWithinProps = {}) {
49
function RenderReverse(props: SearchWithinProps = {}) {
50
let {searchFieldProps, pickerProps, ...rest} = props;
51
return (
52
- <SearchWithin label="Test label" {...props}>
+ <SearchWithin label="Test label" {...rest}>
53
<Picker defaultSelectedKey="all" {...pickerProps} onSelectionChange={action('selectionChange')}>
54
<Item key="all">All</Item>
55
<Item key="campaigns">Campaigns</Item>
0 commit comments