Will this theme component be updated to reflect the recent user.groups deprecation?
I’m getting the following warning in my console:
DEPRECATION NOTICE: Calling user.groups is deprecated, use user.visibleGroups instead, it more accurately reflects what this array of groups represents, not all of the user’s group memberships may be serialized to the client. For permission checks, check the user’s groups server-side and add an attribute to the User/CurrentUserSerializer, or use
resolve_group_memberships: truefor theme settings