I get this Typescript error in terminal: TS7053: Element implicitly has an ‘any’ type because expression of type ‘string’ can’t be used to index type ‘CustomForm’. No index signature with a parameter of type ‘string’ was found on type ‘CustomFormR…
Tag: lit
Rollup unexpectedly generates a file for reactive state
I’m kinda of new to rollup, and been having several issues with it over the last couple of weeks. I’m currently using rollup to build Lit components to production. And for some unknown reason, when it generates a file which contains, what I believe is the reactive state for every component –…