piscopancer
piscopancer
### Which component is affected? Qwik Runtime ### Describe the bug What I am going to describe works in react. โ I have a hook ๐ (testing stuff) ๐งช ```tsx...
I do not actually know what this error means on the language of this package, but I can provide you with a simple example where it appears and **breaks** the...
 `Items` must have dumped the whole wasp nest of items, yet it did not. I searched for corresponding parameters in the extension settings, failed finding something suitable. ๐ค
### Here is how I use this function ```tsx {formatDistanceToNowStrict(r.date, { addSuffix: true, locale: enUS, roundingMethod: 'floor' })} ``` ### And here is the result  ### I wish ......
When I attempt to change an element to be scrolled by the locomotive it _just does not work_. I could see a _workaround_ on the v5 docs using event listeners...
I wonder why there are no lenis'es `wrapper` in `... = new LocomotiveScroll({})`. There is only a so-called `el` which comes from `@types/locomotive-scroll` which as I understand is v4, in...
### Not working ๐ฐ   ### However it works for text files ๐ค 

More icons would be great, probably not laundry, but they are all related to cleaning. Please consider adding: * broom, or a brush that sweeps dirt off  * vacuum...
here is the animate function ```ts import { animate } from 'framer-motion' // this works animate(someElement, { rotateY: '180deg' }, { ease: [0.3, 1, 0, 1] }) // this throws...