- From: thecodejack <notifications@github.com>
- Date: Mon, 17 Dec 2018 23:29:10 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 December 2018 07:29:32 UTC
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