-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polymer 3, lit-element & polymer-redux #129
Comments
It appears Gonna attempt a switch to |
I ended up needing to basically yank out the polymer-redux bit and rewrite portions of it. results here: https://github.com/ZempTime/marsfarm-ui/blob/master/src/mixins/marsfarm-polymer-redux.js Additionally, because I stopped using the production dist of redux, had to add this to the bottom of my
I also think I'll drop the Specifically, it's impossible to tell what results in the object you're looking at in this line: https://github.com/ZempTime/marsfarm-ui/blob/master/src/mixins/marsfarm-polymer-redux.js#L50 so I think direct is better. If reusability becomes too big a pain I might swap back, though. Being able to get warnings when I override existing properties would be sweet, but that's a js thing. I'm not sure what to do with this issue/comment, but if you'd like to expand support to people who're gonna be using |
Hello!
I'm running into an issue where I get:
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,
npm install && polymer serve
If I'm able to figure out what's going wrong, I will come back and update!
The text was updated successfully, but these errors were encountered: