After upgrading to 100.5 I can see this in the console...
FeatureLayer::selectionWidth is obsolete. Use GeoView::selectionProperties.
My understanding is that this should be set at the MapView level? If so, when I try adding it there I get invalid property...
MapView {
SelectionProperties{ color: "yellow"
width: 3
}
}
Is there no width property anymore?