Tag: semantic-ui
-
Why isn’t my react app mapping my graphQL query?
0 I am working on a component to map all posts from a graphQL query on the client side using semantic UI. I am running it locally and the webpage is not showing any of the data even though this query works in apollo studio. Here’s the code for the component. import React from ‘react’;…