airbnb / react-sketchapp

render React components to Sketch ⚛️💎
http://airbnb.io/react-sketchapp/
MIT License
14.94k stars 821 forks source link

compatible with fontWeight in number #494

Closed neoddish closed 4 years ago

neoddish commented 4 years ago

The incoming fontWeight is likely to be a number (like 500) instead of a string ('500'), or even other things... example

Maybe it would be safer to avoid these cases in a proactive way.

neoddish commented 4 years ago

Implementation updated.

mathieudutour commented 4 years ago

Perfect, thanks!