-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Dev mode error for missing loop value #681
Comments
Just had a thought. One of the reasons this error is a bit unhelpful is that it doesn't point back to the source code. So whereas in this situation if ...if I think we could fix this. If here, and in every other place we access We should still have the dev mode warning, but this would be a very handy way to get most of the benefits without dev mode. |
hack sourcemap to mitigate confusion caused by missing data for each block
This results in an unhelpful error — 'Cannot read property 'length' of undefined':
In dev mode, we could check that
missing
is an array-like object, and give a less cryptic error if not.The text was updated successfully, but these errors were encountered: