Hi!
I'm testing out Astro a bit and have stumble on some issues with web components (lit based).
If I add a web component to a page:
<my-component test="hi" />
It will render the test="hi" attribute.
But if I add the lit-integration, it will no longer render the test="hi" attribute. It gets removed for some reason...
Any idea why?
Thanks!