-
Notifications
You must be signed in to change notification settings - Fork 779
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
Runtime issue: TypeError: Cannot read property '0' of undefined #1259
Comments
Hi @mattjackson1, we need more details to debug this issue. Can you provide a Codepen or working demo that we can use to reproduce this? Otherwise it will be closed. |
This looks like a duplicate of #1306 |
stephenmathieson
added a commit
that referenced
this issue
Jan 16, 2019
This patch adds a safeguard to `color.filteredRectStack` which prevents a `TypeError: Cannot read property '0' of undefined` from being thrown. This is not a perfect solution, but a stop-gap instead. It's still unclear why we're getting `undefined` here. More investigation is needed, but this can happen at a later date. Closes #1306 and #1259.
4 tasks
stephenmathieson
added a commit
that referenced
this issue
Jan 17, 2019
This patch adds a safeguard to `color.filteredRectStack` which prevents a `TypeError: Cannot read property '0' of undefined` from being thrown. This is not a perfect solution, but a stop-gap instead. It's still unclear why we're getting `undefined` here. More investigation is needed, but this can happen at a later date. Closes #1306 and #1259.
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<< Please describe how you encountered this issue >>
The text was updated successfully, but these errors were encountered: