Steve Workman
Steve Workman
+1 Taking a wrapped react component I get this error trying to apply a ref ```ts import type { McButton } from '@org/mds-components-core'; import { McButton as McButtonElement } from...
It's great that there's a work-around, though we've upgraded a number of projects to later versions of node that include this version of npm and we're now getting broken builds...
I agree that adding imports manually is a chore, and in a CSR Vue app it's the only way to split the WC imports effectively due to their inherent side...
This plugin is designed to work with images, rather than videos. As far as I know, Videos already have a way to keep the aspect ratio correct built-in to the...
This is being actively discussed by the Lit team here https://github.com/lit/lit/issues/3589
Yeah, that's not there either! It may be a Nuxt issue that isn't passing that value through. Will investigate On Thu, 22 Dec 2022, 14:17 Thorsten Lünborg, ***@***.***> wrote: >...
@LinusBorg thanks for the guidance, with help from @danielroe I got nuxt to set the `isCustomElement` function at runtime and confirmed that this works when combined with this patch. Please...
Superceeded by #8035
The open-wc scoped-elements package relies on Lit's reactive-element 1.0. NextJS support is very recent and so only Lit 2.6+ supports it. scoped-elements would need an upgrade to work with the...
I've found this issue recently when using file paths to import a package rather than getting a bundled version of the component from the package registry. The error doesn't happen...