Skip to content

Cant see data on the frontend #1198

Answered by gomflo
indahud asked this question in Questions
Apr 19, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

try this (removing the second curly braces:

{data.map((alldata) => 
  <div key={alldata.id}>
    {alldata.name}
  </div>
)}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@indahud
Comment options

Answer selected by indahud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants