-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type 'DeepNullable<K>' does not satisfy the constraint 'WeakKey' #130
Comments
Hey @zervant-konstantin! First of all, sorry for this inconvenience! I've released ts-essentials@9.4.2 with TypeScript 5.3 and 5.4 support and now it is expected to be working. Kindly ask to verify it on your side and come back to me should something doesn't work on your side |
Thank you, for fast solution! |
Adding a comment just in case the above doesn't notify ^^ See #131 |
I am using:
When I build project by command
tsc
I have these errors from ts-essentials, that is the dependency of jest-mock-extendedI understand that errors inside ts-essentials, but it effect to jest-mock-extended.
jest-mock-extended uses old version ts-essentials - ^7.0.3 (latest is 9.4.1)
I created also the issue ts-essentials/ts-essentials#381
Do you have any ideas to fix it?
The text was updated successfully, but these errors were encountered: