Kostiantyn

Results 70 comments of Kostiantyn

Agree with you (about JSON.stringify is used under hood). But I can't understand why you store function for tree item?

Hi! Can you show a real example on https://codesandbox.io/? Triggering `check` event working syncronly

Hi. I've changed a callbacks names. `onDragFinish` called every time. Not it calls only when user do `mouseUp` event. For instance: ```javascript dnd: { onDragStart(node) { return node.data.isNotDraggable !== true...

Hi. Yes, it is possible. Use `onDragOn` and `onDragFinish` properties for that. I'm not able to check now but hope it works :) Try this code: ```javascript { dnd: {...

Hi. Yeah, I think it make sense.

Hi! Please check a new version (0.2.66)

Hi. Could you show me a real example? I'm not able to reproduce. Please use https://jsfiddle.net or similar

Hi! Can you upload you example to https://codesandbox.io or similar?

Hi! Thanks for using the component. Yes, it is a bug. I will fix it as soon as possible.