Using @children in a custom element is only working in Chrome. Adding @useShadowDOM to the custom element got it working in FireFox but it does not work in Edge. My elements have slots and two types of custom elements can be nested within each other forming a multi-level menu.
@fkleuver This is a carry over from our discussion in the vNext space.
Using
@childrenin a custom element is only working in Chrome. Adding@useShadowDOMto the custom element got it working in FireFox but it does not work in Edge. My elements have slots and two types of custom elements can be nested within each other forming a multi-level menu.@fkleuver This is a carry over from our discussion in the vNext space.