Matias

Results 3 comments of Matias

@jpnelson I guess it's due to [skate components lifecycle](https://github.com/skatejs/skatejs#component-lifecycle). But I'm not sure. While debugging this I realize that it may also be that at the moment its `ReactDOM.render`ed, the...

I really like that approach, and it was my first attempt to fix it. Still, it seems that skatejs `render` is called before the `ref` callback, and this doesn't fix...

Using `ref` callback here + adding `observedAttributes` in rendered react component, may fix all cases. There was an ongoing discussion with @bradleyayers (correct me if I'm wrong) about this issue...