inc2734 / unitone

34 stars 4 forks source link

`unitone/with-lineage-toolbar` の挙動を修整 #371

Closed torounit closed 1 month ago

torounit commented 1 month ago

The 'useSelect' hook returns different values when called with the same state and parameters. This can lead to unnecessary rerenders.

の警告が出ていたので useSelect 周りの記述を見直した。useSelect の値が変わることで再レンダリングの原因になっている様子なので、useSelect 内での計算を、useSelect からメソッドを取り出して外側で計算するように変更。