-
Notifications
You must be signed in to change notification settings - Fork 191
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
Prevent TypeError "Cannot read property 'getActiveChildNavs' of undefined" #323
Conversation
Bump - @danielsogl any plans to merge this any-time soon? It's causing issues in our app. |
I try to take a look this week! But as far as I can see it should be no problem. |
@danielsogl sorry to be a pain, but bumping this for visibility |
Would love to see this merged as well! |
would also like to see this merged. in the meantime, is there any solution? |
I posted a workaround in #308 |
@danielsogl thanks for merging, can you release an updated version of the plugin to npm please? |
Yeah, please. |
cc @ihadeed |
Just published |
* chore(package): bump deps and add lint rules * WIP * WIP * WIP * chore: refactor build and readme (#325) * chore(build): add basic travis script (#326) * fix(lib): prevent TypeError "Cannot read property 'getActiveChildNavs' of undefined" (#323) * Remove package-lock.json * 4.3.1 * chore(): update changelog
This pull request resolves a potential issue in super-tabs when trying to use multiple super-tabs instances in different pages in the same app. The plugin would break with the TypeError in the title, and a re-start would be needed to fix. This now allows the app to continue as normal.