We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see this error logged by sentry from one of users of the production application:
Cannot read property 'columns' of undefined /vendor/angular-deckgrid/angular-deckgrid.js 369. if (layout.columns !== this.$$scope.layout.columns) {
User agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36
The text was updated successfully, but these errors were encountered:
+1 I'm on chrome
Sorry, something went wrong.
Fix akoenig#83 Check layout for null before use.
6658210
I created a pull request #94 Please merge if you see this.
Fix akoenig#83 Check layout for null before use. (#1)
37f1802
No branches or pull requests
I see this error logged by sentry from one of users of the production application:
User agent is:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36
The text was updated successfully, but these errors were encountered: