Closed
Description
This is due to hyper-component creating components using ECMA 6 classes, which are not supported by older browsers.
Instead rewrite to use createReactClass https://reactjs.org/docs/react-without-es6.html
This is due to hyper-component creating components using ECMA 6 classes, which are not supported by older browsers.
Instead rewrite to use createReactClass https://reactjs.org/docs/react-without-es6.html