react-tippy icon indicating copy to clipboard operation
react-tippy copied to clipboard

Add children prop to TooltipProps interface

Open adamhb123 opened this issue 2 years ago • 3 comments

Resolves #169

adamhb123 avatar Dec 30 '22 01:12 adamhb123

Looks like this PR is not going to be merged. Here's a fix that you can do locally

create a file named react-tippy.d.ts, I usually put them inside src/types

import 'react-tippy';

declare module 'react-tippy' {
  export interface TooltipProps {
    children?: React.ReactNode;
  }
}

theodorusclarence avatar Apr 10 '23 18:04 theodorusclarence

Is there a reason this won't be approved? Is react-tippy deprecated or abandoned?

end-user avatar Aug 10 '23 19:08 end-user

Is there a reason this won't be approved? Is react-tippy deprecated or abandoned?

Last merge was in August of 2022 so it looks to be so

adamhb123 avatar Aug 13 '23 03:08 adamhb123