Tadao Iseki
Tadao Iseki
## やったこと - autoHeight を有効にした TextField でテキストをまとめて消すと rows が initialRows に戻らないバグを修正 ## 動作確認環境 Storybook で動画のバグが修正されていることを確認してください。 https://user-images.githubusercontent.com/38908416/182281727-a1560e4f-1ebc-40c3-a6d1-b46d70d335f1.mov ## チェックリスト 不要なチェック項目は消して構いません - [ ] 破壊的変更がある場合には、対象のパッケージのメジャーバージョンが上がっていることを確認した - [ ] 追加したコンポーネントが index.ts から再 export...
Provide ref as third return value. ```ts const [lazyloadRef, hasLoaded, ref] = useLazyloadRef() ```

I cannot understand which methods should I use. Screenshot: `src/renderer/components/StatusBar.ts`: ```ts // This is a lie const calcPercentMemoryUsage = useCallback(async () => { const { private: notShared, shared } =...