Ilya Boyandin

Results 53 comments of Ilya Boyandin

This can also happen even without `setState`. E.g. when the content changes depending on the sizes and the change in the content in turn affects the sizes. I think it...

Probably a related issue: css`opacity: 0.5;` produces opacity: 0 0.5; Adding quotes around 0.5 or using ${0.5} makes it work as it should

And one more small issue with css``: I upgraded to 2.19.0 and now using `margin: 0;` without `px` at the end leads to an error: ``` val.indexOf is not a...

Hey, it's OK. Thanks for making this awesome library! On Mon, Nov 28, 2016, 5:50 AM Sunil Pai wrote: > man I just haven't done a good job with that...

Cool thanks! On Wed, Nov 30, 2016, 5:03 AM Sunil Pai wrote: > I published a new version 2.20.4 that fixes the above bugs. lemme know if > you find...

Thanks @fy2462! Could you share a complete example? I tried adding this to [my demo app](https://github.com/visgl/flowmap.gl/tree/upgrade-deps/examples/webpack-app) and it didn't help :( BTW, I experience it in dev mode too. Update:...

Hi Florian, Thanks for your answer, I appreciate! I am actually using r-layout with react 13 without any problems (beside having to use the old createClass syntax because of the...

could be caused by uglify. are you trying to just run it locally or build a distribution?

We are experiencing the same issue. Is there a known workaround?

I use it with Next.js in this project: https://github.com/ilyabo/graphnavi