TylerBarnes / using-gatsby-source-wordpress-experimental

A starter for the upcoming gatsby-source-wordpress@v4
https://www.npmjs.com/package/gatsby-source-wordpress-experimental
MIT License
86 stars 29 forks source link

Bump Gatsby to 2.23.18 to fix error on build. #20

Closed jdselig closed 4 years ago

jdselig commented 4 years ago

Hey guys, I set up a new site today using the starter, but kept getting the "Error: Reducers may not dispatch actions." action whenever I tried to build (both locally and on Netlify). This looks to be a version of the issue mentioned here:

https://github.com/gatsbyjs/gatsby/issues/25478

Bumping Gatsby to 2.23.18 fixed this for me, so I'm submitting this in hopes that we can update it—or at least anyone else who runs into the issue might see this!

Thanks, let me know if you have any questions!

TylerBarnes commented 4 years ago

Thanks @jdselig !