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
Since version 5.1.0 the type of the onChange prop is in inferred to have an any parameter. AFAICS this is due to the EventProps that overwrites the explicitly defined onChange?: (value: Value) => void;.
Since version 5.1.0 the type of the
onChange
prop is in inferred to have anany
parameter. AFAICS this is due to theEventProps
that overwrites the explicitly definedonChange?: (value: Value) => void;
.Reproduction: https://stackblitz.com/edit/react-ts-8nkjse?file=App.tsx
The text was updated successfully, but these errors were encountered: