You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried calling the function in the api.js Logger.log(AppLib.getActId()) but am getting the following error: SyntaxError: Missing name after . operator. (line 2385, file "lib.bundle")
I believe this might somehow be related to the other SyntaxError issue.
The text was updated successfully, but these errors were encountered:
Hey there,
thanks a lot for making this tutorial. Very helpful.
When I tried customizing your project I have noticed that some npm modules won't get compiled in a GAS friendly way.
Here's my setup:
I've tried calling the function in the api.js
Logger.log(AppLib.getActId())
but am getting the following error:SyntaxError: Missing name after . operator. (line 2385, file "lib.bundle")
I believe this might somehow be related to the other SyntaxError issue.
The text was updated successfully, but these errors were encountered: