[Types]: Avatar - change tooltipProps type to Partial<TooltipProps>
talkor opened this issue · 1 comments
talkor commented
Currently, to pass tooltipProps
to the Avatar
component you are required to pass all props, it should be wrapped in a Partial
, i.e.:
tooltipProps?: Partial<TooltipProps>
Monday ticket: https://monday.monday.com/boards/3532714909/pulses/6494842137
YossiSaadi commented
resolved at #2103