Chellappan
Chellappan
Listen to opDisabled input binding change inside ngOnChanges, In this way you can fix this issue. ``` @Input() opDisabled; ngOnChanges(changes) { if (changes['opDisabled']) { const action = this.opDisabled ? 'disable'...
Hi @augustjk, when we consume the @labs/react wrapped web component in a Next.js application and use the app router, we encounter this error. Do you think this could be due...
Any update on this issue?
Hi @chshersh I would like to work on this issue. Can you please assign it on my name?
> Is this not correct? It is working fine on a small screen; however, if I go fullscreen on this page (https://vitejsvitejzzg6c-drf5--5173--7dbe22a9.local-credentialless.webcontainer.io/) and open the drawer, then clicking on the...
> Hmm, yeah I see that as well. Not sure what would cause it so will need some investigating. > > > transform: translate(-50%,-50%) > > A new "containing block"...
> There's not much we can do here, since custom elements do not have access to the clone step. See this closed standards issue: [WICG/webcomponents#176](https://github.com/WICG/webcomponents/issues/176) > > If you have...
I think setting attribute is a better approach since reflected property can be problematic. Reflection require DOM update every time it changes. @keisha-rw could you please give example snippet or...
> @ChellappanRajan Sure thing! Let it be known, though, this is pretty sketchy and use it at your own risk. I'm not proud of it, but it does seem to...
I am also facing same issue. It is happening only when I use `@lit-labs/nextjs`