vazco / universe-react-bootstrap

ReactBootstrap project wrapped for Meteor
https://atmospherejs.com/universe/react-bootstrap
9 stars 4 forks source link

_react2 = _interopRequireDefault(_react) undefined after commit d60312b "switch from browserify to bower" #7

Closed ihealthdavid closed 4 years ago

ihealthdavid commented 8 years ago

Hi @MacRusher great work on universe:modules. Color Wars was a great way to showcase your packaging system.

After commit d60312b2f1277adf6b8e77eebc575876e5501113 "switch from browserify to bower", I get the error: W20160105-14:35:38.307(-5)? (STDERR) TypeError: Cannot read property 'PropTypes' of undefined W20160105-14:35:38.307(-5)? (STDERR) at Object._interopRequireDefault (packages/universe_react-bootstrap/bower_components/react-bootstrap/react-bootstrap.js:1074:1)

Line 1074: propTypes: { accordion: _react2['default'].PropTypes.bool,

A few definitions: ` /* 26 / // function(module, exports, webpack_require**) {

/* eslint react/prop-types: [2, {ignore: "bsStyle"}] */
/* BootstrapMixin contains `bsStyle` type validation */

'use strict';

var _extends = __webpack_require__(16)['default'];

var _interopRequireDefault = __webpack_require__(2)['default'];

exports.__esModule = true;

var _react = __webpack_require__(22);

var _react2 = _interopRequireDefault(_react);

`

Here are my package versions:

I've rolled back to commit 4e92851bc914498af6989a8bc192652606ceb0ba, as I am trying to use React 0.14 and React Bootstrap 0.28

radekmie commented 4 years ago

We've decided to archive some of our repositories as we are no longer using nor willing to maintain them. Part of this process involves closing related issues and PRs. If you still need help, do contact us on opensource@vazco.eu.