marcio / react-skylight

A react component for modals and dialogs

Home Page:http://marcio.github.io/react-skylight/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update for new React 15.0.1

sarzijan opened this issue · comments

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