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(form): fix the problem of multiple calls #3676

Merged
merged 3 commits into from
Sep 15, 2021
Merged

Conversation

chenshuai2144
Copy link
Contributor

@chenshuai2144 chenshuai2144 commented Sep 15, 2021

close #3669
close #3599
close #3667

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

🎊 PR Preview has been successfully built and deployed to https://pro-components-preview-pr-3676.surge.sh

@github-actions
Copy link

github-actions bot commented Sep 15, 2021

size-limit report

Path Size
packages/card/dist/card.js 18.83 KB (0%)
packages/descriptions/dist/descriptions.js 27.63 KB (0%)
packages/field/dist/field.js 131.54 KB (0%)
packages/form/dist/form.js 81.04 KB (-0.04% 🔽)
packages/layout/dist/layout.js 101.03 KB (0%)
packages/list/dist/list.js 155.31 KB (0%)
packages/provider/dist/provider.js 12.35 KB (0%)
packages/skeleton/dist/skeleton.js 5.32 KB (0%)
packages/table/dist/table.js 97.34 KB (0%)

@codecov
Copy link

codecov bot commented Sep 15, 2021

Codecov Report

Merging #3676 (8f260ed) into master (e074174) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3676       /-   ##
==========================================
  Coverage   99.19%   99.20%    0.01%     
==========================================
  Files         178      178              
  Lines        5690     5689       -1     
  Branches     2034     2042        8     
==========================================
  Hits         5644     5644              
  Misses         46       45       -1     
Impacted Files Coverage Δ
packages/form/src/components/Field/index.tsx 100.00% <ø> (ø)
packages/form/src/components/Rate/index.tsx 100.00% <ø> (ø)
packages/form/src/components/TextArea/index.tsx 100.00% <ø> (ø)
packages/form/src/BaseForm/createField.tsx 97.50% <100.00%> ( 0.06%) ⬆️
packages/form/src/components/DatePicker/index.tsx 100.00% <100.00%> (ø)
packages/form/src/components/FieldSet/index.tsx 100.00% <100.00%> (ø)
packages/form/src/components/FormItem/index.tsx 100.00% <100.00%> (ø)
packages/form/src/components/Radio/index.tsx 100.00% <100.00%> (ø)
packages/form/src/components/SchemaForm/index.tsx 100.00% <100.00%> (ø)
packages/form/src/components/Select/index.tsx 100.00% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e074174...8f260ed. Read the comment docs.

@chenshuai2144 chenshuai2144 merged commit cd43748 into master Sep 15, 2021
@chenshuai2144 chenshuai2144 deleted the fix-calls branch September 15, 2021 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant