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).
null
undefined
This code is also documented under the runtime-html section: AUR0112.
Last updated 1 month ago
Was this helpful?