AUR0112
Last updated
Was this helpful?
AUR0112: Ast eval error: cannot use non-object value for destructuring assignment.
This error occurs when destructuring assignment is attempted on a non-object value (null, undefined, or a primitive).
This code is also documented under the runtime-html section: AUR0112.
Last updated
Was this helpful?
Was this helpful?