RootCauseunvalidated
The component calls an async function (`currentSession()`) without awaiting its result, so `groups` is a Promise instead of resolved group values when used in render-time expressions.
380d5dd1-71e6-4a59-80b4-05067cfac029
The component calls an async function (currentSession()) without awaiting its result, so groups is a Promise instead of resolved group values when used in render-time expressions.