Value assigned to locals is not accepted.
本頁內容尚未翻譯。
LocalsNotAnObject:
locals
can only be assigned to an object. Other values like numbers, strings, etc. are not accepted.
What went wrong?
Section titled What went wrong?Thrown when locals
is overwritten with something that is not an object
For example:
Error Reference