You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem with importing polymer-redux in a meteor/polymer project.
It's saying that PolymerRedux is not defined but I'm pretty sure I am importing it correctly.
I solved the problem by removing the var keyword in front of PolymerRedux in dist/polymer-redux.html. But I don't know if that's a nice way to do this.
The text was updated successfully, but these errors were encountered:
I'm having a problem with importing polymer-redux in a meteor/polymer project.
It's saying that PolymerRedux is not defined but I'm pretty sure I am importing it correctly.
I solved the problem by removing the var keyword in front of PolymerRedux in dist/polymer-redux.html. But I don't know if that's a nice way to do this.
The text was updated successfully, but these errors were encountered: