-
-
Notifications
You must be signed in to change notification settings - Fork 533
Closed
Description
i tried to render react tooltip along with react-simple-maps.
this is the basic structure
const Page = ()=>{
const [content, setContent] = React.useState("hesss");
return (
<Card>
<MyMapImplementation setContent={setContent}/>
<ReactTooltip>{content}</ReactTooltip>
</Card>
)
}(in above case i inactivate left and top css so the tooltip would be in the page)
anything did i miss here? i tried to follow this map with tooltip example and seems straight forward.
Metadata
Metadata
Assignees
Labels
No labels

