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

I have a warning when rendering my HTML #59

Closed
sr3d opened this issue Nov 23, 2017 · 2 comments
Closed

I have a warning when rendering my HTML #59

sr3d opened this issue Nov 23, 2017 · 2 comments

Comments

@sr3d
Copy link

sr3d commented Nov 23, 2017

Warning: Failed prop type: Invalid prop fontWeight of value 400 supplied to Text, expected one of ["normal","bold","100","200","300","400","500","600","700","800","900"].
Bad object: {
"fontWeight": 400
}
in Text (at HTML.js:331)

The HTML contains the tag.

@YeatsLu
Copy link

YeatsLu commented Nov 24, 2017

Two ways:

  1. modify "fontWeight": 400 to "fontWeight": "400"
  2. maybe maybe-ignoredStyles-not-work-at-a-tag@issue#59 #60 helps you

@Exilz
Copy link
Contributor

Exilz commented Jan 2, 2018

Lots of issues are similar, I'm going to close this one as they're all resulting from the same problem.

@Exilz Exilz closed this as completed Jan 2, 2018
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

No branches or pull requests

3 participants