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

v0.19.0 CollapsableNav missing in top-level namespace #459

Closed
yourcelf opened this issue Mar 26, 2015 · 1 comment
Closed

v0.19.0 CollapsableNav missing in top-level namespace #459

yourcelf opened this issue Mar 26, 2015 · 1 comment
Labels

Comments

@yourcelf
Copy link

in v0.18.0, this worked to get a reference to CollapsableNav.

var CollapsableNav = require("react-bootstrap").CollapsableNav;

in v0.19.0, that value is undefined. CollapsableNav is not referenced in src/main.js.

I notice that the specs all use internal paths to retrieve their components. It might be worth having a test that exercises the namespace as library users are expected to use it, just to make sure the references are maintained.

@mtscout6
Copy link
Member

Ah, thanks. That was missed when I merged the updates from master to the new ES6 changes. I'll fix that real quick.

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

No branches or pull requests

2 participants