navigationRailのExpantionMenuItemのtitleをcontentに置換する
Closed this issue · 3 comments
maktak1995 commented
- Unionを取っている
React.ComponentPropsWithRef<"div">
のPropがtitle: string
を持っているため、titleにstring以外を設定できなくなってしまっている - titleの利用をやめてかわりに独自の
content
という要素を定義して置き換える
ref: #177
youchann commented
children
の方が良いのかもしれない
penicillin0 commented
ref: #1090
takurinton commented
メモ
- title には ReactNode を渡すことができるようにする
- ExpansionMenuItem, ExpansionMenu, Menu のそれぞれで同じ方式をとる