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
The typings for the public API are only half-written, with the rough form there but not working properly yet - due to not being able to have partial generic inference (microsoft/TypeScript#10571, microsoft/TypeScript#26242).
Because of this, the default export is currently set with props of type any, which then bleeds through to all further components built with the API, essentially removing all typing.
The text was updated successfully, but these errors were encountered:
The typings for the public API are only half-written, with the rough form there but not working properly yet - due to not being able to have partial generic inference (microsoft/TypeScript#10571, microsoft/TypeScript#26242).
Because of this, the default export is currently set with props of type
any
, which then bleeds through to all further components built with the API, essentially removing all typing.The text was updated successfully, but these errors were encountered: