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
Auto-tooltip functionality is not working for the Link component.
In normal cases, Auto tooltip appears automatically on hover whenever its children shows overflow behavior (Refer to this). But currently, in Link component this behavior does not work properly.
Steps to reproduce
Go to storybook
Navigate to Link component
Paste the following example and verify the behavior
Description
Auto-tooltip functionality is not working for the Link component.
In normal cases, Auto tooltip appears automatically on hover whenever its children shows overflow behavior (Refer to this). But currently, in Link component this behavior does not work properly.
Steps to reproduce
Expected result
Steps to fix the issue
develop
branch, and from that create a new branchnpm install
npm run dev
The text was updated successfully, but these errors were encountered: