-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
ReadonlyDeep
/ WritableDeep
not modifying arrays as of TS 5.3.3
#833
Comments
The issue here is HasMultipleCallSignatures Tried this |
@trevorade I think the issue is that this repo is using an outdated version of Hence why we probably should move away from |
I was looking at the issue with |
See a repro of the issue for
ReadonlyDeep
in this TS Playground (change the version to 5.2.2 to see the older correct behavior)This is verified in the test here (though failing to fail as it should):
type-fest/test-d/readonly-deep.ts
Line 105 in 67f90a3
WritableDeep
exhibits the same issue.I suspect that the typing system is behaving differently in
tsd
than the rawtsc
leading to this issue not being detected. Not sure why...Upvote & Fund
The text was updated successfully, but these errors were encountered: