What I am missing
Answered
Asian black bear posted this in #help-forum
Asian black bearOP
I am reading nextjs docs at https://nextjs.org/docs/app/getting-started/fetching-data
And looking at this example it mentions some
And looking at this example it mentions some
<Artist>
component but I don't see any?Answered by Asian black bear
You didn't miss anything - recent changes to the docs are very sloppy and wrong. Instead of the
<Artist />
component the explanation refers to the artist
variable that stores the result of the fetch operation.1 Reply
Asian black bear
You didn't miss anything - recent changes to the docs are very sloppy and wrong. Instead of the
<Artist />
component the explanation refers to the artist
variable that stores the result of the fetch operation.Answer