You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
in v0.18.0, this worked to get a reference to
CollapsableNav
.in v0.19.0, that value is undefined.
CollapsableNav
is not referenced insrc/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.
The text was updated successfully, but these errors were encountered: