Posts by Diego Antunes • 11 points
1 post
-
0
votes1
answer21
viewsQ: I cannot bring the data of the array that is showing on the console
import React from "react"; function TrackingResult({ data }) { if (!data || !data.length) return null; return ( <> <h1>Tracking Result</h1> <ul className="list-group">…
reactasked Diego Antunes 11