- From: Jose Vargas <notifications@github.com>
- Date: Mon, 06 Mar 2023 13:15:26 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 6 March 2023 21:15:38 UTC
Ok what about the second simple straightforward solution? ```js constructor() { setTimeout(() => console.log(this.children.length), 0) // prints correctly } ``` why not? -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/809#issuecomment-1457012996 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/809/1457012996@github.com>
Received on Monday, 6 March 2023 21:15:38 UTC