Jim Schofield
Jim Schofield
I was running into this error after `npm install flickity vue-flickity -save` : ``` Failed to load src: "flickity/dist/flickity.css" from file: "/Users/jschofie/Dropbox/Work Projects/kohler-corporate/node_modules/vue-flickity/src/flickity.vue" (node:14152) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'trim'...
### What’s the bug you are facing? When creating my own custom node view, I am trying to use a tag name such as ``. I've written the following in...
Stackblitz with issue: (run `lit-analyzer src` to see output) https://stackblitz.com/edit/vitejs-vite-o6yr4r?file=src%2Fmy-element.ts output ``` ❯ lit-analyzer src Analyzing 2 files... ./src/my-element.ts Unknown attribute 'password-toggle'. Did you mean '?passwordToggle'? 13: ?password-toggle=${this.passwordToggle} no-unknown-attribute ✖...
I had to write this for one of my projects, and thought it would be helpful to include. Tries to support the dataTransfer part of the drag, as that seems...