Skip to content
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

Cannot read property 'toString' of undefined #2121

Closed
outoftime opened this issue Jan 31, 2020 · 4 comments · Fixed by #2122
Closed

Cannot read property 'toString' of undefined #2121

outoftime opened this issue Jan 31, 2020 · 4 comments · Fixed by #2122
Labels

Comments

@outoftime
Copy link
Contributor

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

@outoftime
Copy link
Contributor Author

This issue has been linked to an error in Bugsnag
TypeError in /

@joshling1919
Copy link
Contributor

@outoftime going to try to recreate this bug locally; any chance I could get the full stacktrace? Thanks so much!

@outoftime
Copy link
Contributor Author

Sure thing!

TypeError Cannot read property 'toString' of undefined 
    validations/Validator.js:26:32 t.value
    validations/javascript/esprima.js:102:21 t.value
    validations/Validator.js:33:23 t.value
    node_modules/lodash-es/_arrayMap.js:16:20 t.a
    node_modules/lodash-es/map.js:50:14 t.a
    validations/Validator.js:21:23 t.<anonymous>
    node_modules/regenerator-runtime/runtime.js:45:39 tryCatch
    node_modules/regenerator-runtime/runtime.js:271:21 Generator._invoke
    node_modules/regenerator-runtime/runtime.js:97:20 Generator.forEach.e.<computed> [as next]
    https://popcode.org/mainAsync.db063acc05860c946617.js:1:878 h
--
 

@joshling1919
Copy link
Contributor

@outoftime thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants