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 was archived by the owner on May 19, 2025. It is now read-only.
hi,
i have developed a site with polymer 2.0 (portfolio site) and i found the i have been running into a error showing
link of image
Uncaught TypeError: Cannot read property 'length' of undefined
at Ss.o.dispatchEvent ((index):23)
at _s ((index):23)
at Ss.wf ((index):23)
at Ss.ne ((index):23)
but when i run without build it works perfectly the reason of the cause produces from line return this.$.auth.signInWithPopup()
i think that it is due to the "js": {"minify": true}, "html": {"minify": true} in polymer build.
hi,
i have developed a site with polymer 2.0 (portfolio site) and i found the i have been running into a error showing
link of image
but when i run without build it works perfectly the reason of the cause produces from line return
this.$.auth.signInWithPopup()i think that it is due to the
"js": {"minify": true}, "html": {"minify": true}in polymer build.