Jordan Last
Jordan Last
I'm thinking we can just data bind middleware in just like the root reducer
Once Polymer 3 is out and the world is switching to ES Modules, switch this entire repo to ES Modules, and rewrite the documentation with those examples. Also...maybe get rid...
I've already switched to ES Modules, I've mentioned bare specifiers, and so now I just need to use lit-html for the examples
I haven't yet. What version of redux-store-element are you using? The latest version uses bare specifiers, so you'll need to use polyserve or Zwitterion or another server that rewrites. Besides...
@ernsheong Try using the `rootReducer` attribute instead of the `root-reducer` attribute to set the `rootReducer` property.
## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...
So I fixed the problem for myself by swapping out my textareas for divs when I initiate using the regions, which isn't ideal but it works. Just a question before...
I will get that to you as soon as plausible, thanks for the explanation
Okay, forgive me for not getting to this sooner. I've attached a self-contained html file that isolates the problem for my use case. Just put in a good portion of...
And here's the whole text if it would be useful ``` Init Regions .textarea-content { flow-into: textarea-content contents; } .textarea-region { flow-from: textarea-content; } /*! Autosize 3.0.13 license: MIT http://www.jacklmoore.com/autosize...