-
Notifications
You must be signed in to change notification settings - Fork 136
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
ERROR TypeError: childrenSrefs.concat is not a function #760
Comments
I think the issue is that you have |
I'm seeing a similar issue, but it looks like having |
Yes, this is supposed to work. |
…e added/removed dynamically Fixes #760
Hello, please check the problem in the uiSrefActive directive(
angular/src/directives/uiSrefStatus.ts
Line 241 in ebd2e40
Example: http://plnkr.co/edit/NLgxhon9x316ltSd?open=lib%2Fapp.ts&deferRun=1
When we click "Test Link" a message appears in the console:
ERROR TypeError: childrenSrefs.concat is not a function
at withHostSref (VM513 uirouter-angular.umd.dew.js:1280)
at VM513 uirouter-angular.umd.dew.js:1286
at SafeSubscriber.schedulerFn [as _next] (VM517 core.umd.dew.js:30944)
at SafeSubscriber.__tryOrUnsub (VM381 Subscriber.dew.js:279)
at SafeSubscriber.next (VM381 Subscriber.dew.js:208)
at Subscriber._next (VM381 Subscriber.dew.js:140)
at Subscriber.next (VM381 Subscriber.dew.js:109)
at EventEmitter.Subject.next (VM400 Subject.dew.js:103)
at EventEmitter.emit (VM517 core.umd.dew.js:30887)
at QueryList.notifyOnChanges (VM517 core.umd.dew.js:31123)
The text was updated successfully, but these errors were encountered: