Chris Manuel Lorando

The variable you are trying to map over is undefined. It will probably eventually be an array, but due to the asynchronous nature of React, you are experiencing at least one render when the variable is undefined.

(This is a sample website - you’ll be building a site like this on our Next.js tutorial.)

Blog