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
{{ message }}
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
Just trying to pull up some data from the demo page and not working with Polymer 2.0-Preview
google-sheets.html:402 Uncaught TypeError: Cannot read property 'feed' of undefined
at HTMLElement._onCellRows (google-sheets.html:402)
at HTMLElement.handler (event-listeners.html:21)
at HTMLElement.fire (legacy-element.html:188)
at HTMLElement._handleResponse (iron-ajax.html:479)
My code
<html><head><metaname="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"><scriptsrc="/bower_components/webcomponentsjs/webcomponents.min.js"></script><linkrel="import" href="/bower_components/iron-signals/iron-signals.html"/>
<linkrel="import" href="/bower_components/iron-ajax/iron-ajax.html"/>
<linkrel="import" href="/bower_components/google-sheets/google-sheets.html"/>
</head><body>This is that thing that does the stuff</body><dom-bind><google-sheetsid="sheet"
key="0Anye-JMjUkZZdDBkMVluMEhZMmFGeHpYdDJJV1FBRWc"
tab-id="1"
publishedrows="{{rows}}"
tab="{{tab}}"
open-in-google-docs-url="{{openInGoogleDocsUrl}}"></google-sheets><dom-repeatitems="{{rows}}"><template>Row your boat</template></dom-repeat></dom-bind></html>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just trying to pull up some data from the demo page and not working with Polymer 2.0-Preview
My code
The text was updated successfully, but these errors were encountered: