Re: [w3c/webcomponents] Non-class based example of customElement.define() (#587)

I am able to use Reflect.construct to migrate all my V0 components to V1. But now I am facing issues while I am creating new V1 components using ES6 classes(babelified).

Seems like all children with ES6 classes custom components are getting initialized correctly by the time browser calls `connectedCallback` but non class based child components which are built using `Reflect.construct` technique are not initialized in the `connectedCallback` of parent(which is ES6 class based component). Anyone faced this issue?




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/587#issuecomment-448123060

Received on Tuesday, 18 December 2018 07:29:32 UTC