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
There's an inconsistency present when passing in selectors. IE, activeClass can be passed in unqualified, but containerSelector needs to be fully qualified.
There's an inconsistency present when passing in selectors. IE,
activeClass
can be passed in unqualified, butcontainerSelector
needs to be fully qualified.EG, this will not work
But this does
It could be argued that this is semantically correct, given the difference between the option names.. EG "Class" as opposed to "Selector".
Will open a PR for this issue if no-one else gets to it first
The text was updated successfully, but these errors were encountered: