Hi! We use @ArcGIS/map-components-react and faces an issue that expand component does not show expand tooltip only with basemap gallery component? Does anyone face this issue or some thing like that? Thanks!
<ArcgisExpand key={module.id} position={position} autoDestroyDisabled expandTooltip="Legend">
<ArcgisLegend />
</ArcgisExpand>
<ArcgisExpand key={module.id} position={position} expandTooltip="Basemap Gallery" autoDestroyDisabled>
<ArcgisBasemapGallery />
</ArcgisExpand>
<ArcgisExpand key={module.id} position={position} autoDestroyDisabled expandTooltip="Layer List">
<ArcgisLayerList />
</ArcgisExpand>
<ArcgisExpand key={module.id} position={position} autoDestroyDisabled expandTooltip="Bookmarks">
<ArcgisBookmarks />
</ArcgisExpand>