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(BasicForm): type instantiation is excessively deep #3128

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

likui628
Copy link
Collaborator

fix "Type instantiation is excessively deep and possibly infinite"

closes #2603

General

✏️ Mark the necessary items without changing the structure of the PR template.

  • [ x] Pull request template structure not broken

Type

ℹ️ What types of changes does your code introduce?

👉 Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@likui628 likui628 merged commit 5a388be into main Oct 10, 2023
2 checks passed
@likui628 likui628 deleted the issue-2603 branch October 10, 2023 14:35
@github-actions github-actions bot locked and limited conversation to collaborators Aug 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BasicForm.vue下的return { ...props, ...unref(propsRef) } as FormProps TS报错实例化过深
1 participant