Michael Warren

Results 63 comments of Michael Warren

This would be amazing for the Lit team's help on this kind of thing! I started off on this typing journey just trying to give my component consumers some intellisense...

Additional attempt at adding in custom events (only custom additional ones, not overwriting or omitting from events provided by `DOMAttributes`) ```js type CustomEvents = { [key in CustomEventName]: (event: CustomEvent...

another test I did today adds omission of the `style` prop from the component class so that react's inline style typing can take over: ```js export declare type CustomElement =...

this leads me to believe that any type for react we create would need to basically omit a list of props that are common to both react syntax and standard...

amazing! I can definitely test this out some more. One question I've had come up that i wanted to ask. Does this new type collection type the `event.target` correctly on...

So i tested the `WebComponentProps` type [here](https://github.com/lit/lit/blob/main/packages/labs/react/src/create-component.ts#L31) and I found one error, and had one question. The error is that `class` isn't accounted for. When using a web component as...

this is a super old issue and i’ve used lit a ton more than i had back then. for anyone in 2022, id recommend not using jest and using @web/test-runner...

any idea when this will be available? i'd like to configure custom scopes

+1 for the idea of a new logo! My favorite of the ones here is definitely the WCSF logo, i love the “W” the bottom diamonds makes! +1000 if intentional!...

Bump. I'm still having this issue today in recent versions/usage of CEM analyzer. Is there a plan of attack for adding properties that come from the inheritance chain added to...