Skip to content

Fix user avatar flickering on page navigation

Warren Gifford requested to merge es/fix-flicker-user-avatar into main

Created by: eseliger

The path segment was always recreated, thus invalidating the loop over it in PageHeader. As a result, the UserAvatar was always reinstanciated and rendered again, whenever the header rerenders (every location change, for example). This prevents it from flickering.

https://user-images.githubusercontent.com/19534377/132387760-a7217675-84fb-4d53-b852-caa844e84790.mov

Merge request reports

Loading