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
First off, thanks for a fantastic package! Long time happy user, first time bug reporter here :)
Description
Updating TypeScript to 5.2.2 (possibly lower versions as well) causes/reveals a type error in the Box component. My guess would be that TS has changes how it resolves the generics, but to be honest, I don't fully understand how this package works.
Reproduction
Take the example Code Sandbox and update the TypeScript version to 5.2.2 in package.json (it might require reloading the tab)
First off, thanks for a fantastic package! Long time happy user, first time bug reporter here :)
Description
Updating TypeScript to 5.2.2 (possibly lower versions as well) causes/reveals a type error in the
Box
component. My guess would be that TS has changes how it resolves the generics, but to be honest, I don't fully understand how this package works.Reproduction
Take the example Code Sandbox and update the TypeScript version to 5.2.2 in package.json (it might require reloading the tab)
Here's a link to an updated Sandbox showing the error
Expected behavior
Types should work
Actual behavior
Box
component shows the following type errorEnvironment
All / Code Sandbox
The text was updated successfully, but these errors were encountered: