gatsby-starter-decap-cms
gatsby-starter-decap-cms copied to clipboard
#629: remove deprecated super(props) from components
Summary
This PR addresses issue 629, which removes the deprecated super(props) invocations from React components in favour of super(). No functionality is otherwise affected.
Change Type: Refactor
Breaking changes
None
Testing required
No testing required.
Documentation
No change to documentation should be required.
Deploy request for gatsby-starter-netlify-cms-ci pending review.
Review with commit f00658dc2ea0df7b2e5c7a6fb9be6b5c42c8014f
https://app.netlify.com/sites/gatsby-starter-netlify-cms-ci/deploys
Howdy @zachary-cauchi! Greatly appreciate the PR. Since a bit after this PR last year we worked on introducing hooks instead and decided to go down that route.
While this work won't get merged in I hope that in the future if you see any other improvements you still are willing to give us that feedback and I'm making sure we can be better aligned with getting enhancements like this out to people faster!
Once again thank you!