You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TypeError when entity-types API returns an object instead of array
The /entity-types endpoint returns a wrapped object (e.g. {data: [...]})
rather than a plain array. Normalize the response to an array when caching
in both _buildEntityGroups and _buildShopData.
https://claude.ai/code/session_01FcPMoRaH9FZsmU9JQ1eALo
0 commit comments