Skip to content

Polymer 3, lit-element & polymer-redux #129

@ZempTime

Description

@ZempTime

Hello!

I'm running into an issue where I get:

Uncaught TypeError: element._setPendingPropertyOrPath is not a function
    at bindings.forEach.name (polymer-redux.js:64)
    at Array.forEach (<anonymous>)
    at update (polymer-redux.js:57)
    at bind (polymer-redux.js:83)
    at HTMLElement.connectedCallback (polymer-redux.js:151)
    at render (lit-html.js:151)
    at HTMLElement._propertiesChanged (lit-element.js:134)
    at HTMLElement._flushProperties (properties-changed.js:342)
    at HTMLElement.ready (properties-changed.js:165)
    at HTMLElement.ready (lit-element.js:89)

When I locally hopped in there and changed _setPendingPropertyOrPath to _setPendingProperty (they had similar looking method signatures), it stopped failing/actions worked, but no properties were ever populated from the store.

To reproduce,

If I'm able to figure out what's going wrong, I will come back and update!

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