minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

minop1205 opened this issue · comments

レポート

現状の動作

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

期待する動作

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

参考情報

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

TODO

  • TreeContext / TreeProps の型定義リファクタリング
  • Container.tsx Line: 54 の判定条件修正
  • 文字列rootIdのテスト追加
  • Changelog修正

merged: #33