Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to support React 15.5+ #15

Open
ottoo opened this issue Oct 4, 2017 · 1 comment
Open

Update to support React 15.5+ #15

ottoo opened this issue Oct 4, 2017 · 1 comment

Comments

@ottoo
Copy link

ottoo commented Oct 4, 2017

Current version of 1.1.3 doesn't support React greater than 15.5 that don't ship with proptypes.

index.js?36bf:206 Uncaught TypeError: Cannot read property 'array' of undefined

from dist.js line 216

return AuthorizedComponent;
	  }(_react2.default.Component), _class.propTypes = {
	    routes: _react.PropTypes.array.isRequired
	  }
@ottoo
Copy link
Author

ottoo commented Oct 8, 2017

#16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant