mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
Use name of defined component (#2522)
This commit is contained in:
parent
607d5dc6df
commit
e4d2dfa730
@ -9,7 +9,7 @@ import {Map, useMap} from 'react-map-gl/maplibre';
|
||||
function Root() {
|
||||
return (
|
||||
<Map ... >
|
||||
<NavigationButton />
|
||||
<NavigateButton />
|
||||
</Map>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user