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: setFieldsValue bug with union type of Array and null #599

Merged
merged 1 commit into from
Jul 2, 2023

Conversation

kiner-tang
Copy link
Contributor

fix ant-design/ant-design#43305
before:
image
after:
image

@vercel
Copy link

vercel bot commented Jul 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
field-form ❌ Failed (Inspect) Jul 2, 2023 2:16am

@codecov
Copy link

codecov bot commented Jul 2, 2023

Codecov Report

Merging #599 (c534d19) into master (e0590b6) will not change coverage.
The diff coverage is n/a.

❗ Current head c534d19 differs from pull request most recent head d0b1536. Consider uploading reports for the commit d0b1536 to get more accurate results

@@           Coverage Diff           @@
##           master     #599   +/-   ##
=======================================
  Coverage   99.82%   99.82%           
=======================================
  Files          15       15           
  Lines        1127     1127           
  Branches      255      255           
=======================================
  Hits         1125     1125           
  Misses          2        2           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@yoyo837 yoyo837 merged commit 10a2efe into react-component:master Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setFieldsValue bug with union type of Array and null
2 participants