field-form icon indicating copy to clipboard operation
field-form copied to clipboard

chore: adjust getValueProps types

Open ttys026 opened this issue 4 years ago • 1 comments

getValueProps 一般组件都不会返回 object 类型;字符串、数字、数组这些比较多。现在这样会飘红。 https://codesandbox.io/s/nifty-haibt-o2ms0?file=/index.tsx:463-576

ttys026 avatar Sep 08 '20 07:09 ttys026

Codecov Report

Merging #194 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #194   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files          13       13           
  Lines         912      912           
  Branches      208      196   -12     
=======================================
  Hits          911      911           
  Misses          1        1           
Impacted Files Coverage Δ
src/Field.tsx 100.00% <ø> (ø)

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 e72849a...618843b. Read the comment docs.

codecov[bot] avatar Sep 08 '20 07:09 codecov[bot]