palantir/blueprint

[Documentation] `<ToolTip>` props interface missing `PopoverSharedProps`

Open

#6311 aperta il 1 ago 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (2167 fork)batch import
Domain: documentationP2Type: bughelp wanted

Metriche repository

Star
 (20.263 star)
Metriche merge PR
 (Merge medio 43g 10h) (27 PR mergiate in 30 g)

Descrizione

Steps to reproduce

go https://blueprintjs.com/docs/#core/components/tooltip.props-interface

Actual behavior

interface TooltipProps extends , IntentProps

Expected behavior

it should be interface TooltipProps extends PopoverSharedProps<TProps>, IntentProps, as in https://blueprintjs.com/docs/#core/components/popover.props-interface

Possible solution

Guida contributor