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
@twind/core right now has a peer dependency requirement of typescript@^4, but typescript v5 has been out for a while, so adding this package also causes there to be peer dependency errors because i use the newer version of typescript
Describe the proposed solution
more permissive peer dep version for typescript, e.g. >4 or ^4 || ^5
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
@twind/core
right now has a peer dependency requirement oftypescript@^4
, but typescript v5 has been out for a while, so adding this package also causes there to be peer dependency errors because i use the newer version of typescriptDescribe the proposed solution
more permissive peer dep version for typescript, e.g.
>4
or^4 || ^5
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered: