Alexander Shahorsky

Results 7 comments of Alexander Shahorsky

Just wanted to say that `only-pr-files` is very useful option. I've recently tests v2 branch on my repo and it works as expected. Great thanks!

This problem still actual. Maybe it will be better to remove browserify config from package.json and specify transforms in gulpfile directly?

Oh, I saw that transforms already specified in [gulpfile.js](https://github.com/yuanyan/halogen/blob/master/gulpfile.js#L223-L224), so I believe it is no longer needed in package.json.

The bug is still there. Any plans to finally fix it?

@dustindowell22, We already have an exception for [positioning rules](http://rscss.io/layouts.html#define-positioning-in-parents). > If you need to define these, try to define them in whatever context they will be in. In this example...

If I postpone syncyng up `value` and `initialValue` just for 50ms (so `isOpened` becomes `true` then switches back to `false` in ~50ms) - problem is gone. ``` React.useEffect(() => {...

Hi guys, I'm experiencing this issue too, and as the project is not fully in my control I can't just remove `grunt-open` plugin from the pipeline. Is there any solution...