nytai commented on a change in pull request #10094:
URL:
https://github.com/apache/incubator-superset/pull/10094#discussion_r444511579
##########
File path: superset-frontend/src/components/AvatarIcon.tsx
##########
@@ -19,15 +19,16 @@
import React from 'react';
import styled from '@superset-ui/style';
import { getCategoricalSchemeRegistry } from '@superset-ui/color';
-import { Tooltip, OverlayTrigger } from 'react-bootstrap';
import Avatar, { ConfigProvider } from 'react-avatar';
+import TooltipWrapper from 'src/components/TooltipWrapper';
Review comment:
The reason it's TooltipWrapper is because it allows for any `tooltip` to
be rendered with the correct triggers. `tooltip` is a prop of tooltipWrapper
that defaults to using the bootstrap tooltip. You could use another tooltip
component and use TooltipWrapper to ensure it renders when appropriate.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]