You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .storybook-s2/docs/Migrating.jsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,7 @@ export function Migrating() {
300
300
<liclassName={style({font: 'body',marginY: 8})}>Remove <Code>validationState="valid"</Code> (it is no longer supported in Spectrum 2)</li>
301
301
<liclassName={style({font: 'body',marginY: 8})}>Update <Code>Item</Code> to be a <Code>PickerItem</Code></li>
302
302
<liclassName={style({font: 'body',marginY: 8})}>Change <Code>isLoading</Code> to <Code>loadingState</Code> and provide the appropriate loading state.</li>
303
+
<liclassName={style({font: 'body',marginY: 8})}><Code>defaultSelectedKey</Code> and <Code>selectedKey</Code> have been deprecated in favor of <Code>defaultValue</Code> and <Code>value</Code> respectively. See the <Linkhref="?path=/docs/picker--docs">props table</Link> for the new accepted types.</li>
0 commit comments