- From: Baocang Nie <notifications@github.com>
- Date: Wed, 30 Aug 2017 00:56:47 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 August 2017 00:57:12 UTC
Something lucky we can avoid this by using custom element after they defined. ```javascript customElements.whenDefined('x-label').then(() => { /* .. */ }); ``` But I still like after upgrading, pass the value to custom element, but property keep custom element defined. -- 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/660#issuecomment-325846530
Received on Wednesday, 30 August 2017 00:57:12 UTC