Qiming Weng
Qiming Weng
@artsx sorry for the late response, but you can actually just write your own version of ModalDialog to do this, then your code would look like this... ``` js ```
Hmm, do you know how to solve this? Haven't quite taken a look at actual react-15 issues
I think it has to do with the fact that we're using render into subtree, which changes the "owner" vs the "parent" of a react element.
Happy to take a PR sometime if you can figure out the details
What does this mean?
@onurmhb Any suggestions on how to turn that off?
Hmm, I've noticed this sometimes too. cc @moberemk does this feel familiar at all? @XeniaSiskaki am I correct in assuming you are using Chrome on a Windows machine? Is there...
Hi @XeniaSiskaki I don't have a lot of time to look into this right now. I think this has something to do with my use of the css transform property...
This probably has something to do with the dynamics.js dependency It looks like it might not be taking off that property when the animation is finished.
I would open a pull request on `dynamics.js` or look into changing the animation library here or removing the animation overall I don't currently have time to address this on...