./node_modules/reactstrap/dist/reactstrap.es.js
Attempted import error: 'react-lifecycles-compat' does not contain a default export (imported as 'reactLifecyclesCompat').
./node_modules/reactstrap/dist/reactstrap.es.jsRemove reactLifecyclesCompat, from the following line:
import reactLifecyclesCompat, { polyfill } from 'react-lifecycles-compat';
Change reactLifecyclesCompat.polyfill to polyfill in the following line:
var _default = (0, reactLifecyclesCompat.polyfill)(Transition);