Skip to content

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

Development

Successfully merging this pull request may close these issues.

7 participants