Posts by Fernando • 11 points
1 post
-
1
votes0
answers20
viewsQ: Typeerror: clients.map is not a Function
I need to list some records, but is returning me an error: TypeError: clientes.map is not a function import React, { Component } from 'react'; import api from '../src/services/api'; class App…