You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Contact Details
No response
What happened?
With the code:
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
The text was updated successfully, but these errors were encountered: