popcodeorg / popcodeorg/popcode
Cannot read property 'toString' of undefined
Abierto
@wylieconlon ya está trabajando en esto.
Desde el 22/4/2020.
error
- Lenguaje dominante
- JavaScript
- Estrellas
- 191
- Forks
- 143
- Merge medio
- 4 d 11 h
- PR fusionados (30 d)
- 5
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.