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

Type missing: No exported member RefHandler

Open o-faro opened this issue 4 years ago • 4 comments

Hello, just installed a project with version 1.3.7 and getting react-popper has no exported member RefHandler. In version 1.3.4 this is no problem.

In react-popper.d.ts this line is missing

type RefHandler = (ref: HTMLElement | null) => void;

for now I will switch back to 1.3.4 I guess this should be fixed

o-faro avatar Jun 30 '20 09:06 o-faro

Thanks for the report, may you submit a PR to add it back please?

FezVrasta avatar Jun 30 '20 12:06 FezVrasta

done

o-faro avatar Jul 02 '20 07:07 o-faro

The "done" above has me thinking this is done, but it doesn't appear to be in latest. Still taking PRs for this?

jodyheavener avatar Sep 08 '20 22:09 jodyheavener

Okay, sorry. I did wrong and created a pull request on my own fork of the project without noticing... Now it is fixed.

o-faro avatar Sep 16 '20 15:09 o-faro