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
In some types, we see "object" instead of the correct type in the typedoc.
This is caused by some external references, but it does not happen all the time.
It is visible in react components for the props:
Instead of PropsWithChildren we have object
Another example is in floatingUiProps; some are resolved correctly, others are not.
The text was updated successfully, but these errors were encountered:
In some types, we see "object" instead of the correct type in the typedoc.
This is caused by some external references, but it does not happen all the time.
It is visible in react components for the props:
Instead of
PropsWithChildren
we haveobject
Another example is in floatingUiProps; some are resolved correctly, others are not.
The text was updated successfully, but these errors were encountered: