Skip to content
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

Fix DeepPartial type #22789

Merged
merged 3 commits into from
Sep 30, 2022
Merged

Fix DeepPartial type #22789

merged 3 commits into from
Sep 30, 2022

Conversation

IlyaKhD
Copy link
Contributor

@IlyaKhD IlyaKhD commented Sep 29, 2022

Cherry-picks

Practical Value

This fixes DeepPartial type which recursively wraps all object fields. Recursion becomes infinite and causes
TS2589: Type instantiation is excessively deep and possibly infinite error.

Before

DeepPartial recursion does not stop on scalar types (string, number, etc.): considering them as object types

After

Recursion terminated at non-object types.

Links

@IlyaKhD IlyaKhD added the 22_2 label Sep 29, 2022
@IlyaKhD IlyaKhD self-assigned this Sep 29, 2022
@IlyaKhD IlyaKhD marked this pull request as ready for review September 29, 2022 14:54
pomahtri
pomahtri previously approved these changes Sep 30, 2022
@IlyaKhD IlyaKhD merged commit 0f23421 into DevExpress:22_2 Sep 30, 2022
@IlyaKhD IlyaKhD deleted the khd/fix-deep-partial branch October 2, 2022 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants