ca1afbd8dbc506e702f13d9ba63a61a8c9fd77b8
The || operator fallback returned the response wrapper object (truthy but not an array) when r.data.data was null/undefined, causing .map() crashes. Use ?? null, ?? [], and Array.isArray() guards instead.
Description
No description provided
Languages
HTML
50.9%
TypeScript
48.9%
CSS
0.1%