Re: [WICG/webcomponents] [scoped-registries] Interaction with HTML element's overridden constructor steps (Issue #969)

> If I understand correctly, this means that any component coming from code you don't control (e.g. 3rd party library) will need to be adjusted to avoid using constructors?

No. It just means that you can't recursively call your own constructor before `super()` - which is already a restriction due to how upgrades work.

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

Message ID: <WICG/webcomponents/issues/969/1458286935@github.com>

Received on Tuesday, 7 March 2023 14:38:33 UTC