react-tippy
                                
                                 react-tippy copied to clipboard
                                
                                    react-tippy copied to clipboard
                            
                            
                            
                        Add children prop to TooltipProps interface
Resolves #169
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;
  }
}
Is there a reason this won't be approved? Is react-tippy deprecated or abandoned?
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