We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f150c commit 672e0a3Copy full SHA for 672e0a3
packages/components/tooltip/TooltipLite.tsx
@@ -130,6 +130,6 @@ const TooltipLite: React.FC<TooltipLiteProps> = (originalProps) => {
130
);
131
};
132
133
-TooltipLite.displayName = 'Tooltiplite';
+TooltipLite.displayName = 'TooltipLite';
134
135
export default React.memo(TooltipLite);
0 commit comments