boundActionCreators warning should say to replace them with "actions" and also link to the upgrade docs for this
@KyleAMathews: I updated this from a card to an issue so that it could be moved into the appropriate sub-epic.
We should link to https://next.gatsbyjs.org/docs/migrating-from-v1-to-v2/#rename-boundactioncreators-to-actions in the error message.
The error message is generated here:
I think we can modify it a bit:
const fixMap = {
boundActionCreators: {
newName: `actions`,
docsLink: `https://next.gatsbyjs.org/docs/migrating-from-v1-to-v2/#rename-boundactioncreators-to-actions`,
},
// ...
}
And then update the print template to show that docs link as well.
This would be a great first issue for someone!
Hi, I'm new here and I'd love to take this!
Yes! Thanks @thefifthisa! Let us know if you have questions or need a second set of eyes. 馃挭馃挏
@jlengstorf Just opened a PR! Please let me know what I need to change or if it's okay already.
Most helpful comment
Hi, I'm new here and I'd love to take this!