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....
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 propertytop
(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 propertymarginTop
(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