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>
Do you have a github repo or similar to review? You only need the wrappers for React 18 and I don't have an app on hand to test with.