justinrhodes1 / react-power-tooltip

A powerful and flexible React tooltip and menu library.
https://justinrhodes1.github.io/react-power-tooltip/
MIT License
142 stars 15 forks source link

Invalid Prop: textBoxWidth - TypeScript #7

Open timthedev07 opened 2 years ago

timthedev07 commented 2 years ago

The following code:

<Tooltip textBoxWidth="100px" />

Gives the error:

Property 'textBoxWidth' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Tooltip> & Readonly<TooltipProps> & Readonly<...>'.
timthedev07 commented 2 years ago

Fixed DefinitelyTyped/DefinitelyTyped#57585