tv-samples icon indicating copy to clipboard operation
tv-samples copied to clipboard

[JetStream] Migrate the bringIntoViewIfChildrenAreFocused modifier from composed function to Modifier.Node

Open chikoski opened this issue 3 months ago • 0 comments

  • The bringIntoViewIfChildrenAreFocused modifier uses composed function.
  • The composed function causes the whole modifier chain to be re-composed every time.
  • The bringIntoViewIfChildrenAreFocused modifier should switch its implementation to Modifer.Node for better performance.

chikoski avatar May 20 '24 07:05 chikoski