-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
https://codesandbox.io/s/solid-transition-group-demo-yo0zv?file=/src/index.js
How to use this in Portal?
<Transition name="dialog"
>
{show() && <Portal><Dialog /></Portal>}
</Transition>
Transition's children is a Portal, not a HTMLElement, so Transition can not add classes to inner dialog element.
gabrielmfern and qm3ster
Metadata
Metadata
Assignees
Labels
No labels