v1.31.0
This version introduces support for multiple <List.Item>
accessories via a new accessories
prop.
To migrate your extension manually, you need to ensure that all List.Items
that specify accessoryTitle
and/or accessoryIcon
are updated as follows:
List.Item
with accessoryTitle
List.Item
with accessoryTitle
List.Item
with accessoryIcon
List.Item
with accessoryIcon
List.Item
with accessoryTitle
and accessoryIcon
List.Item
with accessoryTitle
and accessoryIcon
Last updated