stellar-deprecated / stellar-client

INACTIVE. Browser based client for stellard. This repository is inactive. It points to the stellard network, which is being replaced by stellar-core. Please refer to the replacement repository, interstellar-client, which points to the stellar-core network.
Other
306 stars 74 forks source link

Cannot read property 'find' of null #1135

Open nullstyle opened 9 years ago

nullstyle commented 9 years ago

https://app.getsentry.com/gostellarorg/stellar-client/group/27127256/


This is a bug triggered within ngGrid. If you look at the fragment, the user is on the settings page (which does not have an ngGrid). I wonder if we're not properly destroying the ngGrid when switching routes in some way.

nullstyle commented 9 years ago

https://github.com/angular-ui/ng-grid/issues/1277

nullstyle commented 9 years ago

There's an implication that upgrading to the 'ui.grid' system will fix the problem