Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portal with transition doesn't respect order property #288

Open
tsmd opened this issue Mar 3, 2020 · 1 comment
Open

Portal with transition doesn't respect order property #288

tsmd opened this issue Mar 3, 2020 · 1 comment

Comments

@tsmd
Copy link

tsmd commented Mar 3, 2020

There is some conditions for reproduction:

  • Portal element has order property to control its position
  • Portal element has transition element as its children
  • Asynchronously adding portal element

And I tried:

  • Adding key property to transition element
  • Wrapping transition element by div element

Neither of these resolve the problem.

Code to reproduce:
https://codepen.io/tsmd/pen/poJrjBR?editors=1010

@LinusBorg LinusBorg added the bug label Mar 4, 2020
@LinusBorg
Copy link
Owner

Seems to be a bug indeed, and TBH I don't know how to approach it off the top of my head. Might take awhile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants