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 ‘CustomForm’. when I am trying to implement this solution: I have a switch statement where I am checking for target.id. Depending
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 – query-assigned-elements-78bcb1b1.js. Every component that has reactive state then