Skip to content
New issue

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

Unknown TypeError: t is null #151

Open
trembel opened this issue Jun 21, 2022 · 0 comments
Open

Unknown TypeError: t is null #151

trembel opened this issue Jun 21, 2022 · 0 comments

Comments

@trembel
Copy link

trembel commented Jun 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant