GoogleWebComponents / google-apis

Web components for loading Google's JavaScript Libraries
https://elements.polymer-project.org/elements/google-apis
Other
87 stars 64 forks source link

Attach google-js-api to shadow root #83

Closed mbleigh closed 6 years ago

mbleigh commented 7 years ago

As-is, I don't think this works -- the ready() never gets called on google-js-api. Probably a Polymer 2.0 break?

mbleigh commented 7 years ago

@e111077 friendly ping :smile:

e111077 commented 7 years ago

Yeah, good catch, Polymer 2 elements will not init unless their connectedCallback is called