Skip to content

v5.1.2 - Compatibility fix for react-scripts

Compare
Choose a tag to compare
@pH200 pH200 released this 03 Oct 10:38
· 25 commits to master since this release

Compatibility fix for create-react-app and react-scripts

The NPM package cycle-react now contains transpiled code that built
by Babel. This fixes react-scripts build's compatibility issue with
ES6.

The underlying component class has been changed from PureComponent
to Component, due to implementation of shouldComponentUpdate raises
warning message for PureComponent.