Open cellis opened 5 years ago
I was unable to get Apollo working with this starter because the gatsby-ssr.tsx and gatsby-browser.tsx files are not run. Once I changed them back to JS, Apollo worked.
gatsby-ssr.tsx
gatsby-browser.tsx
Good to know! And very strange! I definitely need to go to this plugin to understand why ^^ (Gatsby is so strange sometime...)
I was unable to get Apollo working with this starter because the
gatsby-ssr.tsx
andgatsby-browser.tsx
files are not run. Once I changed them back to JS, Apollo worked.