Claudéric Demers

Results 133 comments of Claudéric Demers

>I can create a very rough WIP PR for that piece of work and we could follow up with the individual framework storybooks in follow ups? That would be very...

Don't forget to add the package here: https://github.com/clauderic/dnd-kit/blob/experimental/.changeset/config.json#L5-L15 I'm opting to go with fixed versioning for the newer @dnd-kit packages so consumers don't accidentally have incompatible versions of packages which...

That's a great idea! If you want to work on the docs locally just make sure to install the mintlify cli

What are you trying to add? Sandpack? I'm told dependency management is coming very soon to mintlify. In the meantime I have been using iframes that point to storybook and...

Can you elaborate on the benefits of this approach?

Try using `@dnd-kit/react` (follow instructions on [next.dndkit.com](https://next.dndkit.com/react)), if you still face issues, share a CodeSandbox replicating the issue.

There's a `use client` here: https://github.com/clauderic/dnd-kit/blob/experimental/packages/react/src/core/index.ts#L1 Is that not sufficient?

I added it here https://github.com/clauderic/dnd-kit/commit/42bec2c507adf5659d70a1d5fba33847b0efe016, can you try out this version of @dnd-kit/react and let me know if it works: [0.1.2-beta-20250421131817](https://www.npmjs.com/package/@dnd-kit/react/v/0.1.2-beta-20250421131817)

There's a "use client" at the top of the file now, so not sure why it's not working?

Can you provide more specifics about what race conditions this PR was meant to solve? I did notice in the iframe story that sometimes if you released the pointer in...