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
We could just update the relevant prop types to not have this marked as required, but looking at the bigger picture - do we still see value in providing prop types at all? Could these be removed in v10 (#1588)?
The text was updated successfully, but these errors were encountered:
downshift
version: 9.0.6node
version: 20.11.1npm
(oryarn
) version: Yarn 4.2.2Problem description:
I'm getting the following earning: "Failed prop type: The prop
environment.document.activeElement
is marked as required, but its value isnull
". As mentioned in https://developer.mozilla.org/en-US/docs/Web/API/Document/activeElement + the TS types, this value is nullable.Suggested solution:
We could just update the relevant prop types to not have this marked as required, but looking at the bigger picture - do we still see value in providing prop types at all? Could these be removed in v10 (#1588)?
The text was updated successfully, but these errors were encountered: