Closed erikbrgn closed 3 years ago
Hey @erikbrgn I had the same issue!
Cannot destructure property 'createNode' of 'boundActionCreators' as it is undefined.
How did you solve the problem?
@bradgarropy I solved it by updating to the latest version of the repo. Unfortunately, the working version hasn't been published to npm yet it seems, so I changed the entry in package.json to point to the latest version of this repo.
Thanks! I saw a related PR and left a few comments over there.
I fixed it by installing a fork that is ready for Gatsby v3
.
It's published on NPM now.
Confirmed, everything is working as expected with v1.0.0
. Thank you @ldd!
On migrating a Gatsby 2.x project to 3.x, I ran into some issues with this plugin. After some debugging I found that boundActionCreators was removed in the update and actions should now be used in its place.
See this for reference.