AUR0107: Ast eval error: expression is not a function.
This error occurs when an expression is invoked like a function (for example foo()) but the resolved value is not callable.
foo()
Ensure the referenced member is a function.
If it might be undefined at first, guard access (or initialize it).
This code is also documented under the runtime-html section: AUR0107.
Last updated 1 month ago
Was this helpful?