wonderful-panda
wonderful-panda
今の実装では、リポジトリの場所はバッファに開かれているファイルのパスから検索されますが、 AgitFileで明示的にファイルを指定して起動した場合はそのパスから検索する必要があるのではないでしょうか。
TypeScript supposes first argument of functional component is props. https://www.typescriptlang.org/docs/handbook/jsx.html#stateless-functional-component It would be nice if some option will be added that treats first argument as props. Example: ```ts const A...
- ComponentProps: Extract props type of component - ComponentListeners: Extract event handlers type of component