minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.
MIT License
530 stars 71 forks source link

Bug:rootIdを0以外の値にするとルートコンテナへのドロップが出来ない #32

Closed minop1205 closed 3 years ago

minop1205 commented 3 years ago

レポート

現状の動作

rootIdを0以外の値にするとルートコンテナへのドロップが出来ない

期待する動作

0以外の値(例えば文字列など)を設定してもドロップ可能になること

参考情報

Container.tsx の54行目の判定が正しくない。

TODO

minop1205 commented 3 years ago

merged: https://github.com/minop1205/react-dnd-treeview/pull/33