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
When I try to use paper-checkbox element v.3.0.0-pre.3 in my app, the console log "Uncaught ReferenceError: Polymer is not defined at paper-ripple.js:289".
Tested directly as web component in html page and embeded in another custom Polymer element.
Expected outcome
I expected that a paper-checkbox element displays on the screen.
Actual outcome
The console log an error : "Uncaught ReferenceError: Polymer is not defined
at paper-ripple.js:289"
Steps to reproduce
create a polymer app with "yarn init" and add "flat: true" to package.json
add the polymer-cli "yarn add --dev polymer-cli"
"yarn add --dev polymer/polymer@next"
"yarn add --dev webcomponents/webcomponentsjs"
"yarn add polymer/paper-checkbox@next"
import paper-checkbox element in my index HTML
insert paper-checkbox tag in my body tag
"polymer serve --npm --open"
Browsers Affected
Chrome Beta with error : Polymer is not defined
Chrome with error : TypeError: Cannot read property 'html' of undefined at paper-ripple.js:257
Firefox with error : TypeError: Polymer is undefined
Didn't test on Safari, Edge or IE.
Operating System
CentOS Linux release 7.3.1611 (Core)
Linux xxxxxx 3.10.0-514.el7.x86_64 #1 SMP x86_64 x86_64 x86_64 GNU/Linux
Thanks for your attention.
Regards.
Margot PUYJALON.
The text was updated successfully, but these errors were encountered:
paper-checkbox-test-directory.zip
Description
When I try to use paper-checkbox element v.3.0.0-pre.3 in my app, the console log "Uncaught ReferenceError: Polymer is not defined at paper-ripple.js:289".
Tested directly as web component in html page and embeded in another custom Polymer element.
Expected outcome
I expected that a paper-checkbox element displays on the screen.
Actual outcome
The console log an error : "Uncaught ReferenceError: Polymer is not defined
at paper-ripple.js:289"
Steps to reproduce
Browsers Affected
Didn't test on Safari, Edge or IE.
Operating System
CentOS Linux release 7.3.1611 (Core)
Linux xxxxxx 3.10.0-514.el7.x86_64 #1 SMP x86_64 x86_64 x86_64 GNU/Linux
Thanks for your attention.
Regards.
Margot PUYJALON.
The text was updated successfully, but these errors were encountered: