rsnext/errors/threw-undefined.md
JJ Kasper a38c6cb3d9
Add err.sh link for threw undefined (#6649)
* Add err.sh link for threw undefined

* Update wording

Co-Authored-By: ijjk <22380829+ijjk@users.noreply.github.com>
2019-03-13 15:08:06 -05:00

340 B

Threw undefined in render

Why This Error Occurred

Somewhere in your code you throw an undefined value. Since this isn't a valid error there isn't a stack trace. We show this error instead to let you know what to look for.

Possible Ways to Fix It

Look in your pages and find where an error could be throwing undefined