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: Arrow type error #811

Merged
merged 1 commit into from
Apr 10, 2020
Merged

fix: Arrow type error #811

merged 1 commit into from
Apr 10, 2020

Conversation

xiaohuoni
Copy link
Member

不能将类型“{ fontSize: number; }”分配给类型“ViewStyle”

First of all, thank you for your contribution! :-)

Please makes sure that these checkboxes are checked before submitting your PR, thank you!

  • Make sure that you follow antd's code convention.
  • Run npm run lint and fix those errors before submitting in order to keep consistent code style.
  • Rebase before creating a PR to keep commit history clear.
  • Add some descriptions and refer relative issues for you PR.

Extra checklist:

if isBugFix :

  • Make sure that you add at least one unit test for the bug which you had fixed.

elif isNewFeature :

  • Update API docs for the component.
  • Update/Add demo to demonstrate new feature.
  • Update TypeScript definition for the component.
  • Add unit tests for the feature.

不能将类型“{ fontSize: number; }”分配给类型“ViewStyle”
Copy link
Member

@BANG88 BANG88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

手机app不好看代码😭

@codecov
Copy link

codecov bot commented Apr 9, 2020

Codecov Report

Merging #811 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #811   +/-   ##
=======================================
  Coverage   58.72%   58.72%           
=======================================
  Files         206      206           
  Lines        5081     5081           
  Branches     1110     1110           
=======================================
  Hits         2984     2984           
  Misses       2080     2080           
  Partials       17       17           
Flag Coverage Δ
#rn 58.72% <ø> (ø)

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 99a7359...950932f. Read the comment docs.

@BANG88 BANG88 merged commit 86a2bb7 into master Apr 10, 2020
@delete-merged-branch delete-merged-branch bot deleted the xiaohuoni-patch-1 branch April 10, 2020 01:05
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.

2 participants