Skip to content

@datawheel/canon-cms@0.20.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jhmullen jhmullen released this 30 Jul 19:00
· 439 commits to master since this release

This release of canon-cms updates with core 0.23.0 to bring react-redux to version 7.

馃敟 Breaking Changes 馃敟

If your site uses withRef in its connect code, this must be changed everywhere to forwardRef, as explained here

If you are accessing the reference via something like this.wrappedInstance.myComponent, this will need to change to this.myComponent