Type missing: No exported member RefHandler
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
Thanks for the report, may you submit a PR to add it back please?
done
The "done" above has me thinking this is done, but it doesn't appear to be in latest. Still taking PRs for this?
Okay, sorry. I did wrong and created a pull request on my own fork of the project without noticing... Now it is fixed.