Juan Carlos Pérez
Juan Carlos Pérez
I think the bug appears in IE11 too
About the `browser only` objects used in `@hyperapp/router`, there might be a workaround to make it work in `node` environments for SSR. I am facing the same problem. Probably adding...
Thanks @jorgebucaran the workaround seems to be pretty simple, I'll create PR soon, combining a simple `typeof window === 'undefined'` with @dangerousdan pen suggestion, it should be enough fine.
This is because the `itemsForm` is rereferenced every time a a watched changed happen to `items`, that is the expected behaviour... unfortunately the `$each` support is poor when re-referencing values...
Totally agree with @ljharb that setting up an explicit mapper would be a better idea. In my project we don't use underscores or any kind of inferred tagging, I believe...
SO, was this finally fixed? I am thinking we should close the ones that are already fixed.
@kenwheeler this issue can be closed. Merged in: https://github.com/kenwheeler/mcfly/pull/54
@tomatau @kenwheeler that is a great idea, I know this project has been a bit abandoned but I believe is fantastic. McFly has a lot of future and we can...
I need to be honest here @tomatau I don't see benefits over the pure functional synchronous way redux spreads the state over components. That would be the single principle of...
I second the idea of having an atom highlighter, since most of the `CSSX` code lives in javascript files, it is very ugly to see lint issues out there. There...