Skip to content

Conversation

anantps926
Copy link

@anantps926 anantps926 commented Oct 4, 2025

Please verify the following:

  • yarn build-and-test:local passes
  • I have added tests for any new features, if relevant
  • README.md (or relevant documentation) has been updated with your changes

Describe your PR

This PR fixes the bug #1583 .

Problem

When hovering over header action buttons (e.g. the “Reverse Order” icon), two identical tooltips appear (stacked). This is due to multiple <ReactTooltip /> instances mounting for the same data-tip trigger.

Fix Summary

  • Consolidate tooltip logic so that only one shared <ReactTooltip /> is mounted (e.g. in the root or header component)
  • Use data-for="tooltip-id" on trigger elements to bind them to that shared tooltip instance

@anantps926 anantps926 changed the title fix: duplicate tooltips showing on header action buttons #1583 fix: duplicate tooltips showing on header action buttons Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant