mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
129893ecf9
In the participant tile, there is no need to read the pinned track through a Valtio snapshot, which would trigger a re-render every time the pinned track changes, for every participant tile. Switch to an imperative read of the store to avoid these unnecessary re-renders.