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
refactor: replace MUI Tooltip component with Tooltip (simple usage) (#20849)
for#19974 Redo of#20027, this time splitting it into multiple PRs + using ourexisting `Tooltip` component instead of creating a new component (seebelow). This PR covers the most basic usage of the MUI Tooltip, i.e.,the tooltip content is a string literal.~~Adds a global `TooltipProvider` to `AppProviders` and our Storybookdecorators, so that we don't have to render a `TooltipProvider` forevery tooltip instance. Removing redundant `TooltipProvider`s will beanother separate PR~~ <- this was done by#20869