Skip to content

Cannot read property '_set_canSkip' of undefined #69

@kelvinwatson

Description

@kelvinwatson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions