Although it is possible to add components as children of RMap these will be added
as children of the div.maplibregl-children element (see RMap: Children components
This hook combined with createPortal allows you to create custom controls that will integrate perfectly into your map.
As this hook use React Context internally you can't use this hook in the component using RMap but only in child component.