-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Maybe use lit-element as render engine and use typescript so everything is type safe.
I wanted to use this component with lit-element and redux but got errors, this is because the component uses different setters and getters. These getters and setters conflict with how lit-element handles getting and setting html attributes. I think typescript and lit-element will make maintaining this component allot easier.