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
@lukemelia we can close this, I found a way around it.
In my case, I was building a sidebar with breadcrumbs at the top and an index list at the bottom. Because of the temporality of the problem, I was able to just add everything sequentially (i.e. add one bread crumb for each depth of a resource and then a link for all its children).
Because I resolved this issue, I can't think of a use case that would require rendering child views after targets
Is this currently possible? I want to ember-wormhole some
<li>
blocks into a<ul>
.Right now I can't get it to work because it is putting the
<li>
blocks into a div and breaking some css.The text was updated successfully, but these errors were encountered: