enuchi / React-Google-Apps-Script

This is your boilerplate project for developing React apps inside Google Sheets, Docs, Forms and Slides projects. It's perfect for personal projects and for publishing complex add-ons in the Google Workspace Marketplace.
MIT License
1.31k stars 169 forks source link

Close dialog in Development Mode using google.script.host.close() #225

Open dhruv9499 opened 2 months ago

dhruv9499 commented 2 months ago

Hello Team,

I want to close the dialog programmatically. google.script.host.close() works fine in the production i.e using yarn run deploy

but it throws errors in the development mode saying google undefined or not found

enuchi commented 2 months ago

See https://github.com/enuchi/React-Google-Apps-Script/issues/104