Jason Quense
Jason Quense
it would look a lot like the code above. There isn't much to encapsulating a component, you specify the props specific to your animation and pass through everything else.
I'm not likely to get to it in the near future, but if you want to get it in quickly please send over a PR
> Okay; I could try to pass through the parameter, but could you give me a hint/point me through where to do that? Yeah definitely, the logic is all in...
This is something I do in my spare time, in addition to my full time job, family, and myriad of other OSS projects I maintain. I need to pull down...
yeah, thats unfortunate :/ I'm not sure we can do anything about this in a general way. If you query the DOM in ways that trigger reflows (like measuring nodes),...
`role` seems to work for me in the examples: There is one small detail that it incorrectly toggles `aria-modal` off if you do that, which we can fix. but Are...
I think it's being called a feature request, because the current bubble behavior of portals is both expected and intended. The goal is that subtree act like real child of...
Folks thanks for the discussion, however I don't think it's all that helpful to argue whether something is a bug or not. Instead i'd be more productive to discuss the...
I think some of problem here is the some use cases of `renderSubtreeIntoContainer` are being ported to `createPortal` when the two methods are doing conceptually different things. The concept of...
I'd add that my current thinking is that both use cases should be supported. There are really use cases where you need context to flow from the current parent to...