You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Objective
`LineHeight` was removed from `TextFont` and made into a component, but
change detection on the `LineHeight` component to trigger a relayout
wasn't added.
## Solution
Add `Changed<LineHeight>` query filters to `detect_text_needs_rerender`.
0 commit comments