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() {
  • If within Picker: Update Item to be a PickerItem
  • If within ComboBox: Update Item to be a ComboBoxItem
  • If within ListBox: Update Item to be a ListBoxItem
  • +
  • If within ListView: Update Item to be a ListViewItem
  • If within TabList: Update Item to be a Tab
  • If within TabPanels: Update Item to be a TabPanel and remove surrounding TabPanels
  • Update key to be id (and keep key if rendered inside array.map)
  • @@ -275,6 +276,12 @@ export function Migrating() {
  • Update Item to be a ListBoxItem
  • +

    ListView

    + +

    Menu