rsnext/errors/threw-undefined.md
Tim Neutkens 3e51ddb8af
Move syntax formatting to prettier (#7454)
* Run prettier over packages/**/*.js

* Run prettier over packages/**/*.ts

* Run prettier over examples

* Remove tslint

* Run prettier over examples

* Run prettier over all markdown files

* Run prettier over json files
2019-05-29 13:57:26 +02:00

339 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