Luis Hdez

Results 21 comments of Luis Hdez

@dlwalsh yep it sucks, but it's inevitable in some cases. How do you change the state of a component reacting from a change from react-router that pass match through props?

Well I can say it happens as well with Sheet and Drawer they conflict each other. The overlays target mixed etc. I think this need a refactor for better encapsulation.

Sorry. Now I found that using portal with a reference works nice ``` ```

Not really sure about that idea. If components are not intended to be delivered within a bundle, why you don't use bower command directly? What will be the advantage?

@Ninir that's the only one that I thought. But not sure if that worth it. I think that the value of this bundle is the ability to deliver bower components...

In the meanwhile if someone wants to use bower in the root and manage it with composer. .bowerrc ``` json { "directory": "web/components" } ``` bower.json ``` json { "name":...

@Rvanlaak I find this bundle very useful, Eg: if you have a a bundle that uses bower you don't have to worry about where it's , just add to your...

I've found the very same problem with my first test. Besides the support to install deps on creating the container. Is that it switch to USER daemon:daemon that doesn't have...