Support for TS ^4.9 // tags: typescript update satisfies 4.9 4.9.4 #3926
Danielduel
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Typescript is listed as peer dep for Line 68 in a9e6a11 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
TS 4.9 adds a new keyword (
satisfies) which is a game changer in tests that depend on nested objects being passed around... for example feature-toggled redux states.#3907
Can we make it go through please?
Tbh I suggest changing
typescript": "~4.8.4"totypescript": "^4.8.4"- this way people will have the ability to put what they want to use in resolutions.Beta Was this translation helpful? Give feedback.
All reactions