GAS-Console is a library that gives Google application scripts functionality to output to a webpage.
When I make a new project, add the GAS-Console library, and then create a stub function (a function that has no body, for the purposes of keeping the reproduction steps simple), I get this error:
TypeError: (class)@24599825 is not a function, it is undefined. (line 2174, file "Code", project "console")
Why is this happening?
Comments
Post a Comment