Open Osmosis311 opened 5 years ago
Hi, Any ETA on upgrading Fluxxor to be compatible with react 16.We have bunch of applications we need to upgrade and are currently blocked by this issue. Thanks!
Found a workaround for this while awaiting a fix.
var PropTypes = require('prop-types');
React.PropTypes = PropTypes;
Using the above code in the component or at an appropriate level in the architecture enables us to use fluxxor with React 16.
Since React has deprecated PropTypes, are there any plans to upgrade Fluxxor to use the new paradigm? Would love to continue using it, just getting tons of errors related to PropTypes.
I'd be happy to give it a shot, not sure how successful I'll be.
Thanks!