John Jenkins
John Jenkins
another workaround is to just install `mocha` as devDep
hey @Mitiryl, Can you give me some idea around what you were wanting to achieve here? ```tsx @Component({ tag: 'my-component', shadow: true, }) export class MyComponent { @Event() myEvent: EventEmitter;...
hi @BenyAmir 👋 I think these inconsistencies have just grown organically over-time as features were added. I do know that it was always intentional that code intended for downstream bundlers...
Seems related to https://github.com/Baroshem/nuxt-security/pull/420 - setting `removeLoggers: false` fixes the issue
@fgeierst - sorry, no updates and not much capacity atm. Any help much obliged!
@AndreBarr - no, sorry. Any help gratefully received!
Hey @christian-bromann ! I feel like this could be a mistake? isn’t the idea that the scoped behaviour mirror shadow dom behaviour? Additionally, I think might cause issues with frameworks...
I believe the correct behaviour should be for parentElement to also return the component host
I’d think the fix needs to be on the insertBefore monkey patch we have on host element? That’s what it is designed to do. Want me to try?
@christian-bromann do you have a link to the 'real-world' example for me to look at? The attached angular issue seems to work correctly via adding `scoped: true` (which applies the...