You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected dom structure will be the same in directive bind hook and after tick from it
What is actually happening?
in bind hook <comp /> is #docuement-fragment (or null in 2.0)
after tick from bind it <div><p>...</p></div>
I know, may be it'is not a bug. Slots compiles under parent of component that has slots (root instance in this case), and may be it is not possible to bind directives after slot component is "in dom" but who knows?