Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add children prop to TooltipProps interface #176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adamhb123
Copy link

Resolves #169

@theodorusclarence
Copy link

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;
  }
}

@end-user
Copy link

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

@adamhb123
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
7 participants