this.$stateParams seems to be undefined for no apparent reason.
The error was detected on Chrome andSafari.
Steps to Reproduce
Unfortunately, I haven't been able to reproduce this issue. I've been looking for sometimes but this error happens quite rarely (1/2.000 page views). I'd love to do the fix myself but I'm looking for new ideas because I'm running out of it.
I have a feeling that this could be related to custom pages (altough the error is in the ListLayoutController; maybe when switching from a custom page to a list?).
Description
I tracked that on some rare occasions my users were getting the following error:
undefined is not an object (evaluating 'this.$stateParams.search=r')
https://github.com/marmelab/ng-admin/blob/master/src/javascripts/ng-admin/Crud/list/ListLayoutController.js#L122this.$stateParams
seems to be undefined for no apparent reason.The error was detected on Chrome andSafari.
Steps to Reproduce
Unfortunately, I haven't been able to reproduce this issue. I've been looking for sometimes but this error happens quite rarely (1/2.000 page views). I'd love to do the fix myself but I'm looking for new ideas because I'm running out of it. I have a feeling that this could be related to custom pages (altough the error is in the ListLayoutController; maybe when switching from a custom page to a list?).
Thanks for your help!