# Summary If you use `Flip` directly under `Unflip`, It doesn't work because `Flip` component is not dom. SO I'll add to more general dom resolver using directive # Description ```tsx <CustomComponent use:dom={(ref) => ref.element} /> ```