This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Type missing: No exported member RefHandler #373
Open
Description
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