diff --git a/.storybook-s2/docs/Migrating.jsx b/.storybook-s2/docs/Migrating.jsx index 253e46f6080..76c44aa0fd7 100644 --- a/.storybook-s2/docs/Migrating.jsx +++ b/.storybook-s2/docs/Migrating.jsx @@ -259,6 +259,7 @@ export function Migrating() {
Picker: Update Item to be a PickerItemComboBox: Update Item to be a ComboBoxItemListBox: Update Item to be a ListBoxItemListView: Update Item to be a ListViewItemTabList: Update Item to be a TabTabPanels: Update Item to be a TabPanel and remove surrounding TabPanelskey to be id (and keep key if rendered inside array.map)Item to be a ListBoxItemdensity (it has not been implemented yet)dragAndDropHooks (it has not been implemented yet)Item to be a MenuItemCurrent selection: {selected === 'all' ? 'all' : [...selected].join(', ')}
+