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!
Hello!
I'm running into an issue where I get:
When I locally hopped in there and changed
_setPendingPropertyOrPathto_setPendingProperty(they had similar looking method signatures), it stopped failing/actions worked, but no properties were ever populated from the store.To reproduce,
npm install && polymer serveIf I'm able to figure out what's going wrong, I will come back and update!