Gavant / glint-template-types

MIT License
19 stars 20 forks source link

Fix click-outside type arguments #78

Closed bendemboski closed 1 year ago

bendemboski commented 1 year ago

Because the type argument wasn't exposed on the component/modifier, it was never being passed to the signatures, so they were always assuming the default value of click meaning that specifying any eventType other than click in a component/modifier invocation would cause a type error.