Remove Active item dependency on the URL (isActive
prop)
#37619
Labels
IDE Pod
Issues that new developers face while exploring the IDE
IDE Product
Issues related to the IDE Product
Task
A simple Todo
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.The text was updated successfully, but these errors were encountered: