Contact Details
No response
What happened?
With the code:
const tooltipContent = string or undefined or null; // Based on some conditions that can change
return <Tooltip content={tooltipContent} disabled={!tooltipContent}>{content}</Tooltip>;
When the disabled prop changes to become true, here's is what is happening:

There's an empty tooltip when the disabled prop changes to true.
Component
Tooltip
Component Version
3.5.2
Which browsers are you seeing the problem on?
No response
Mobile Device
No response
Relevant log output
No response