Each ListItem inside the ListView component has a prop isActive. Today, this is dependent on the URL to get the current activeActionBaseId. Since, not all IDEs use the same URL we need to remove this dependency and find another way to get the active item for the list.
Each
ListItem
inside theListView
component has a propisActive
. Today, this is dependent on the URL to get the currentactiveActionBaseId
. Since, not all IDEs use the same URL we need to remove this dependency and find another way to get the active item for the list.