Maribel Duran
Maribel Duran
Hi! Adding an "already assigned" or "taken" label would help to see which ones are already assigned instead of looking through comments to see if someone is already working on...
Also thanks for putting this together!
@BlakeGuilloud I also wanted to thank you for creating this repo to help beginners like me! By contributing to your repo, I learned to fork, clone, made changes, and submitted...
@GwamakaCharles I think I experienced a similar error recently. Terminal message informed me that it cleared the cache and restarted the dev server. From a previous Gatsby issues, maybe try...
@GwamakaCharles After trying the above and still seeing errors, can you check what the graphql query is returning? You can try console logging the data passed as a prop in...
@GwamakaCharles If you are using Gatsby v2, then I think the issue might be that Img component for gatsby-image now takes in either fixed of fluid images as props. You...
@GwamakaCharles were you able to resolve the issue?