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 0a9c04e commit 66edb30Copy full SHA for 66edb30
packages/react-integration/demo-app-ts/src/components/demos/TooltipDemo/TooltipDemo.tsx
@@ -21,7 +21,7 @@ export class TooltipDemo extends Component {
21
return (
22
<div>
23
<Tooltip content={this.myTooltipProps.content}>{this.myTooltipProps.children}</Tooltip>
24
- <Tooltip content="test deprecated props" tippyProps={{ duration: 0, delay: 0 }} isAppLauncher>
+ <Tooltip content="test deprecated props">
25
<button>Trigger</button>
26
</Tooltip>
27
0 commit comments