RootCauseunvalidated
The component is reading fields from the query result's root object, but the API response structure nests the actual user data under data.user. Additionally, the getUserDetails return type does not match the shape returned by the fetch (returning the whole response rather than data.user).
25583369-f6c4-4fc6-824d-54accdcc3c8d
The component is reading fields from the query result's root object, but the API response structure nests the actual user data under data.user. Additionally, the getUserDetails return type does not match the shape returned by the fetch (returning the whole response rather than data.user).