Claudéric Demers

Results 95 comments of Claudéric Demers

If you could provide a gif, that would be helpful, as I'm still not sure I understand your use-case completely. I just put together an example for grouping items that...

The behaviour you're describing is that of a drag and drop library, this library is solely focused on sorting items. Have you tried using `transition-delay` to prevent the animation from...

Hmm, hadn't considered that approach. Have you tested alongside the `collection` prop? I actually wonder if we couldn't try using `ReactDOM.unstable_renderSubtreeIntoContainer` instead of having to call `setState` and then having...

Hmm. It's unstable in the sense that the API may change in future releases, but it is still the preferred way of rendering a component subtree into a different container.

> "Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of sortableList(_c5) which is inside StrictMode. Instead, add a ref directly to the element you want to reference....

@wuweiweiwu I might pick this issue up at some point in the future, I'm thinking of something along the lines of spacebar to pick an item up once it has...

As a temporary workaround, can you try setting the `layoutShiftCompensation` option of the `autoScroll` prop to `false`? Something like: ```tsx ```

> Is there any way to completely eliminate horizontal auto-scroll? ``` ``` > Are all of the autoScroll customizations documented somewhere The `autoScroll` config is a bit experimental so is...

I'm planning to work on this over the holiday break. Please keep in mind that this is an open source project, and if you want things to move faster, feel...