Benjamin

Results 19 comments of Benjamin

Only Client Components seem to be able to use `React.Component`. And for that you have to add `"use client"` at top of component. I don't know how to handle that...

Maybe a solution like that : https://codepen.io/cloneplay/pen/KGeJwq This onDragStart does create a clone that is in fact not transparent. I just didn't workout the math to place it on the...

Hello thanks for your quick response. I've tried without `dragHandle` : - The drag works on mobile (and has quite the improvement when working in overflowed containers). - The events...

I just tested out v0.2.2, and yes `longPress`, `longPressClass` and dragging on mobile working again ! But still having trouble with click fired inside item. I'm doing a reproduction now,...

Here is my repro : https://github.com/bfourgeaud/formkit-dnd-issue105-repro * On mobile the Edit button cannot be clicked * On mobile, the text cannot be expanded onClick * When switching from desktop to...

@sashamilenkovic 🎉 It works perfectly, thank you !! And no problem for the reproduction, it's the least I could do !

@dayhaysoos still not found a way to type the metadata correctly. I have, for now, created a custom type and casted the product_data `as CustomType` wherever I neded it ...

I don't knwo why I can't extend this type. Maybe because there is no `declare module` nor `declare namespace` inside the codebase ... So typescript can't augment these types ?...

wow building chromium 125 takes foreeeeever. I hope that will solve the problem, it's been 2h now ^^