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
value and defaultValue props accept null as a value (PR #447) but they're typed as only accepting numbers. Typescript throws a type error if you try to pass null, even though it works otherwise properly.
The text was updated successfully, but these errors were encountered:
value
anddefaultValue
props accept null as a value (PR #447) but they're typed as only accepting numbers. Typescript throws a type error if you try to pass null, even though it works otherwise properly.The text was updated successfully, but these errors were encountered: