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%