popcodeorg / popcodeorg/popcode
Cannot read property 'toString' of undefined
Open
@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
TypeErrorhere - Add graceful handling for uncaught errors in logics
- Revert #2122
Error in Popcode
TypeError in /
Cannot read property 'toString' of undefined
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>
Created by Matthew Brown via Bugsnag
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.