Select the types of activity you want to include in your feed.
fix: stable like count width — only reflows on digit count change
Use a hidden ghost Text sized to the widest N-digit string ("8" × N) so the layout only shifts when the count crosses a digit boundary (e.g. 9→10), not on every increment.