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
{{ message }}
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
I've just installed ui-router-extras with npm in my angular project but it doesn't work.
The console error is: TypeError: Cannot read property '$$equals' of undefined at paramsEqualForState (https://localhost:8443/qiss/node_modules/ui-router-extras/release/ct-ui-router-extras.js:473:29) at calcTreeChanges (https://localhost:8443/qiss/node_modules/ui-router-extras/release/ct-ui-router-extras.js:506:53) at Object.processTransition (https://localhost:8443/qiss/node_modules/ui-router-extras/release/ct-ui-router-extras.js:542:29) at e.$state.transitionTo (https://localhost:8443/qiss/node_modules/ui-router-extras/release/ct-ui-router-extras.js:1082:48) at t.r [as handler] (https://localhost:8443/qiss/node_modules/angular-ui-router/release/angular-ui-router.min.js:13:1854) at t.sync (https://localhost:8443/qiss/node_modules/angular-ui-router/release/angular-ui-router.min.js:13:3983) at https://localhost:8443/qiss/node_modules/angular-ui-router/release/angular-ui-router.min.js:13:4147 at https://localhost:8443/qiss/node_modules/angular-ui-router/release/angular-ui-router.min.js:14:3269 at Array.forEach (native) at https://localhost:8443/qiss/node_modules/angular-ui-router/release/angular-ui-router.min.js:14:3242
My versions:
"angular": "^1.6.5",
"angular-ui-router": "^1.0.3"
and ui-router-extras 0.1.3
If I change version of angular-ui-router to 0.2.15 (like i saw in demo) I get this error: Error: transition superseded at $StateProvider.$get (angular-ui-router.js:2866) at Object.invoke (angular.js:5040) at $StateProvider.origProvider.$get (angular.js:4906) at Object.invoke (angular.js:5040) at $StateProvider.origProvider.$get (angular.js:4906) at Object.invoke (angular.js:5040) at $StateProvider.origProvider.$get (angular.js:4906) at Object.invoke (angular.js:5040) at angular.js:4832 at getService (angular.js:4981) "Possibly unhandled rejection: {}"
So, what is the correct combination of versions for angular 1.6.5?
The text was updated successfully, but these errors were encountered:
Even I have the same issue having same library references, the issue is because of ownParams property which is not present inside state Object.
(state.ownParams) ownParams is not defined.
Still digging into it. @christopherthielen Any help will be appreciated.
I've just installed ui-router-extras with npm in my angular project but it doesn't work.
The console error is:
TypeError: Cannot read property '$$equals' of undefined at paramsEqualForState (https://localhost:8443/qiss/node_modules/ui-router-extras/release/ct-ui-router-extras.js:473:29) at calcTreeChanges (https://localhost:8443/qiss/node_modules/ui-router-extras/release/ct-ui-router-extras.js:506:53) at Object.processTransition (https://localhost:8443/qiss/node_modules/ui-router-extras/release/ct-ui-router-extras.js:542:29) at e.$state.transitionTo (https://localhost:8443/qiss/node_modules/ui-router-extras/release/ct-ui-router-extras.js:1082:48) at t.r [as handler] (https://localhost:8443/qiss/node_modules/angular-ui-router/release/angular-ui-router.min.js:13:1854) at t.sync (https://localhost:8443/qiss/node_modules/angular-ui-router/release/angular-ui-router.min.js:13:3983) at https://localhost:8443/qiss/node_modules/angular-ui-router/release/angular-ui-router.min.js:13:4147 at https://localhost:8443/qiss/node_modules/angular-ui-router/release/angular-ui-router.min.js:14:3269 at Array.forEach (native) at https://localhost:8443/qiss/node_modules/angular-ui-router/release/angular-ui-router.min.js:14:3242
My versions:
"angular": "^1.6.5",
"angular-ui-router": "^1.0.3"
and ui-router-extras 0.1.3
If I change version of angular-ui-router to 0.2.15 (like i saw in demo) I get this error:
Error: transition superseded at $StateProvider.$get (angular-ui-router.js:2866) at Object.invoke (angular.js:5040) at $StateProvider.origProvider.$get (angular.js:4906) at Object.invoke (angular.js:5040) at $StateProvider.origProvider.$get (angular.js:4906) at Object.invoke (angular.js:5040) at $StateProvider.origProvider.$get (angular.js:4906) at Object.invoke (angular.js:5040) at angular.js:4832 at getService (angular.js:4981) "Possibly unhandled rejection: {}"
So, what is the correct combination of versions for angular 1.6.5?
The text was updated successfully, but these errors were encountered: