I've been using this theme with Gatsby 3 and then Gatsby 4 for quite a while (ben.robertson.is/notes, repo), with no issue other than this warning message in the console:
Plugin @aengusm/gatsby-theme-brain is not compatible with your gatsby version 4.18.0 - It requires gatsby@^2.20.23
This PR adds Gatsby 3 as an explicitly supported version, which should make this warning go away. I didn't see any other relevant warnings in the v2 to v3 migration guide for plugin authors.
I'll look at doing a separate PR for explicitly supporting Gatsby 4.
I've been using this theme with Gatsby 3 and then Gatsby 4 for quite a while (ben.robertson.is/notes, repo), with no issue other than this warning message in the console:
This PR adds Gatsby 3 as an explicitly supported version, which should make this warning go away. I didn't see any other relevant warnings in the v2 to v3 migration guide for plugin authors.
I'll look at doing a separate PR for explicitly supporting Gatsby 4.