marcio / react-skylight

A react component for modals and dialogs
http://marcio.github.io/react-skylight/
MIT License
571 stars 97 forks source link

update for new React 15.0.1 #35

Closed sarzijan closed 8 years ago

sarzijan commented 8 years ago

Hello @marcio ,

Could you please update your awesome component for new React? It is working, but the warnings are thrown

Warning: a a tag (owner: SkyLight) was passed a numeric string value for CSS property top (value: 0) which will be treated as a unitless number in a future version of React.

Warning: a h2 tag (owner: SkyLight) was passed a numeric string value for CSS property marginTop (value: 0) which will be treated as a unitless number in a future version of React.

I think, you just need to change the style.js file....

Thanks