Select to view content in your preferred language

Expand Arcgis component does not show expandTooltip with ArcgisBasemapGallery

127
1
4 weeks ago
IrynaBabych
New Contributor

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>
0 Kudos
1 Reply
ReneRubalcava
Honored Contributor

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.

0 Kudos