AllanPooley / gatsby-theme-faqs-prismic

A pretty FAQ page for Gatsby projects, out of the box 🌻❓🙋
36 stars 8 forks source link

Treat question.category.document as an Object, rather than an array #19

Open anoadragon453 opened 4 years ago

anoadragon453 commented 4 years ago

I set up my prismic instance according to the instructions, however I found that my page wouldn't render until I made the following change.

I printed out the questions array and found that document was an object instead of an array of objects.

This may be specific to my setup, but it helped me.