paper-stepper
paper-stepper copied to clipboard
Cannot read property '_set_canSkip' of undefined
Hi there. I installed the component using the bower install -S Zecat/paper-stepper#v2.0-beta.5 command but am not able to load the component on my page. I am getting the following trace:
Uncaught TypeError: Cannot read property '_set_canSkip' of undefined
at HTMLElement._forwardCanSkip (my-stepper.html:5)
at Object.D [as fn] (my-app.html:1)
at o (my-app.html:1)
at r (my-app.html:1)
at HTMLElement._propertiesChanged (my-app.html:1)
at HTMLElement._flushProperties (my-app.html:1)
at HTMLElement.ready (my-app.html:1)
at HTMLElement.ready (my-app.html:1)
at HTMLElement.ready (my-app.html:1)
at HTMLElement.ready (my-app.html:1)
I also included all of the imports shown in the demo but am getting the same error above.
<link rel="import" href="../bower_components/paper-input/paper-input.html">
<link rel="import" href="../bower_components/paper-toggle-button/paper-toggle-button.html">
<link rel="import" href="../bower_components/paper-input/paper-textarea.html">
<link rel="import" href="../bower_components/paper-styles/shadow.html">
<link rel="import" href="../bower_components/iron-form/iron-form.html">
<link rel="import" href="../bower_components/iron-flex-layout/iron-flex-layout-classes.html">
<link rel="import" href="../bower_components/paper-menu/paper-menu.html">
<link rel="import" href="../bower_components/paper-menu/paper-submenu.html">
<link rel="import" href="../bower_components/paper-item/paper-item.html">
<link rel="import" href="../bower_components/paper-toast/paper-toast.html">
<link rel="import" href="../bower_components/iron-scroll-spy/iron-auto-scroll-spy.html">
<link rel="import" href="../bower_components/neon-animation/animations/slide-from-left-animation.html">
<link rel="import" href="../bower_components/neon-animation/animations/slide-from-right-animation.html">
<link rel="import" href="../bower_components/neon-animation/animations/slide-left-animation.html">
<link rel="import" href="../bower_components/neon-animation/animations/slide-right-animation.html">
<link rel="import" href="../bower_components/neon-animation/animations/fade-out-animation.html">
Any help would be appreciated.
by using the 2.0 version under development it resolves this error, but this version is not yet stable as there are many css / styling issues "paper-stepper": "Zecat/paper-stepper#hybrid-modular-prototype"