You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: