Grubshka
Grubshka
> Hey @J-T-McC any update on this ? your plugin look great but i can't use it without Ts definition :/ I don't understand why you can't use it ?...
Simple patch :) ``` 192a193,194 > var pickerCounter = 0; > 201a204 > ++pickerCounter; 210,211c213,223 < slideElement.appendChild(slide.cloneNode(true)); < pickerElement.appendChild(picker.cloneNode(true)); --- > var clonedSlide = slide.cloneNode(true); > clonedSlide.firstChild.firstChild.setAttribute("id", "gradient-hsv-" + pickerCounter);...
I had the same error : ``` error TS2786: 'Icon' cannot be used as a JSX component. Its type 'typeof Icon' is not a valid JSX element type. Type 'typeof...