Jason Lei
Jason Lei
测试发现系统terminal的passphrase输入和TUI的render text有冲突。建议开启`gpg-agent`避免每次commit都输入passphrase,如果过期需要重新输入,那就走正常git command输入一次。或者使用UI工具输入passphrase, 比如`pinentry-mac`。
For me, the issue was because I have multiple `DialogTrigger`s and `DialogContent`s in one `Dialog`. I was having: ``` {items.map((item) => ( trigger .... ))} ``` By changing it to...