Closed Yuisei-Maruyama closed 2 years ago
tree-viewを使うことを検討する。
コンポーネントのリストをクリックされると、対象のコンポーネントを表示するように実装した。
上記で実装表示として完成したが、3点のバグが確認された。
Warning: Each child in a list should have a unique "key" prop.
のエラーWarning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
のエラーWarning: Each child in a list should have a unique "key" prop.
に関しては、
で key
を追加して対処しようとしたが、上手く機能しなかった。
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
に関しては、
https://mui.com/components/tabs/#full-width で使用されているTabPanel
の仕様なのではないかと思うが、違うかもしれない。
StoryBookのようなものがあれば、自分が作成したコンポーネントを管理しやすいと考えた。