-
Notifications
You must be signed in to change notification settings - Fork 59
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
Issue with StateParams #840
Comments
I believe this is the same as angular-ui/ui-router#3851 . You probably have custom prototype methods on the array that for some reason have been defined as enumerable. You should use Object.defineProperty (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty) instead |
@wawyed Thank you! |
This should be now fixed in 6.1.1 |
uirouter/core v6.1.0. I'm facing this issue:
Thanx for your help, really appreciated!
The text was updated successfully, but these errors were encountered: