popcodeorg / popcodeorg/popcode

Cannot read property 'toString' of undefined

Open
#2,123 1 comment 0 reactions 1 assignee View on GitHub

@wylieconlon is already working on this.

Since Apr 22, 2020.

error
Dominant language
JavaScript
Stars
191
Forks
143
Avg merge
4d 11h
Merged PRs (30d)
5

Description

This is a followup to #2121, which tracked a regression in which this error became uncaught and broke user-facing behavior. The proximate cause of that regression was #1954, although through no fault of that PR; my guess is that we are missing graceful uncaught error handling logic in our redux-logic integration. So, a fix for this issue should:

  • Fix the specific TypeError here
  • Add graceful handling for uncaught errors in logics
  • Revert #2122

Error in Popcode

TypeError in /
Cannot read property 'toString' of undefined

View on Bugsnag

Stacktrace

validations/Validator.js:26 - t.value
validations/javascript/esprima.js:102 - t.value
validations/Validator.js:33 - t.value
validations/Validator.js:21 - t.<anonymous>

View full stacktrace

Created by Matthew Brown via Bugsnag

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.