pascal vos

Results 19 comments of pascal vos

i agree remove it 👍 its causes more problems / peer dependency

@sandram92 if you look in the function ```js export default function registerCodeCoverageTasks( on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions, ): void; ``` try `import coverageTask from "@cypress/code-coverage/task";` ```js component: { setupNodeEvents(on, config) {...

i would also like the element that are created to be not document.createElement but shadowroot.createElement... current way is copy whole internals to add a custom renderer in place... this would...

looks like its more then 4 months since this issue of node 18 .. meaning this project is abandoned? not beeing able to use msw with latest stuff makes it...

yea thats true sorry.. , still this is big problem making creating new project or updating to latest lts of node .. it not being supported leaves mswjs in the...

i dont mind polyfills if there is a proper solution on how to work with this, now this is stuck

@milesrichardson if i read correctly @kettanaito is pretty close on the ball there ill keep an eye on it i can pospone a bit wih this thank you for clearing...

Thank you for the detailed reply this helps i think every one looking in to this issue. And im sorry for `poking the bear` i understand the OSS challenge i...

@sorvell small sugestion what about making `window.CustomElementRegistry` bit more defensive so it doenst overwrite when the polyfill gets loaded more then once. i think this is also a problem with...