We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using this library on a clientside JS application (w/o NodeJS and JQuery) yields the following error:
Uncaught TypeError: t is null setHTML util.js:68 setHTML response.js:121 loadData response.js:139 o transport-browser.js:20 <anonymous> tq:2
My JS is the following:
sheetrock({ url: "https://docs.google.com/spreadsheets/d/1mPEJtrKgChZ0_LjMVZh3RNYpzQGk88DUP6BfDzzynGU/edit#gid=0", callback: function (error, options, response) { console.log(error, options, response); }, });
Best, Trembel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using this library on a clientside JS application (w/o NodeJS and JQuery) yields the following error:
My JS is the following:
Best, Trembel
The text was updated successfully, but these errors were encountered: