Open jhicken opened 8 years ago
Sounds good.
@jhicken want to give it a try?
There you go have a peek.
Sorry I have been aloof I want to contribute with a few more things but Im busy as of late.
@jhicken Thanks! @steos what do you think?
@jhicken thanks for your work! Looks good to me, but I get a strange warning with those changes:
Warning: exception thrown by devtool while handling onSetChildren: Expected onMountComponent() to fire for the child before its parent includes it in onSetChildren().
Not sure what's the issue here, any ideas?
I dug into it a bit yesterday. I didn't find the cause. But I know that the test cards cause the error on first render. Also the stateful card changes make it happen. I have a guess that its related to something happening durring the translation in react-frame-component but not totally sure yet.
If your component has a position fixed style. Things are ungood. If we Iframe it up we should be able to dodge that bullet.
Thoughts?