Warnings while using Atlaskit Tooltip component

Hello
I am getting warnings in the console while working with the Tooltip component:


this is the code:

<Tooltip content={"content"}>
      {(props) => <div {...props}>hover over me</div>}
 </Tooltip>

The component does get displayed and shows the content when hovered, but I get these errors. Please help