Bruce Williams

Results 37 comments of Bruce Williams

Verified that's the problem. In short, the structure ends up looking like: ``` our-routes #shadow-root app-router app-route (our-login) content app-route (our-not-found) app-route (page-not-found) app-route (page-locations) app-route (page-alarms) ``` So, the...

Yeah, I can definitely understand that. What about something like: the `app-route` children of the `app-router` _plus_ (if I'm inside a shadow dom), the `app-route` children of the shadow dom's...

Actually, since order matters, running into a `content` should cause the check to occur. I'll do a PR after I get it to work for your review.

I'm not sure I see the importance of the distinction between render-time projected elements and elements in the DOM, given that `app-route` elements can be reliably collected. No, it's not...

I agree it's "hacky" (although, the tagName checking is exactly what you do for APP-ROUTE above, and I mentioned alternatives for the toString in the PR if iframes aren't a...

I'm encountering this issue as well. @tpbowden, did you manage to get this working? (I'm not finding setting `VmDnsSetting=GlobalOnly` or `VmDnsSetting=ZonalPreferred` helping, either). @alexgaribay, any suggestions?

@alexgaribay Thanks for the update; any luck?

These are known issues, and I agree with you on the promises. Seemed like such a good idea at the time. There is probably not going to be a lot...

@tlvenn Thank you, that would be very helpful!