- From: Mikhail Podgurskiy <notifications@github.com>
- Date: Wed, 02 Dec 2020 21:11:20 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 December 2020 05:11:33 UTC
Are there any active plans to fix this? Currently, I have to define part of my elements inside `DOMContentLoaded`. That's quite incorrect and don't handles all possible scenarios, but works in my case. ```javascript window.addEventListener('DOMContentLoaded', () => { window.customElements.define('my-elem', MyElem); }); ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/809#issuecomment-737669670
Received on Thursday, 3 December 2020 05:11:33 UTC