Jordan Enev
Jordan Enev
Hello guys, I'm wondering what is the conventional way of creating selectors in Alt.js? Can I use [Reselect ](https://github.com/reactjs/reselect) and if yes then how can I implement it in in...
There is a problem with sourcemaps generation on a production build (`yarn build`). The problem is described at the below link, as the current fix is to, change the default...
My purpose is to have the following route working - ` /counters/:id)`, in the following fashion: 1. ` /counters` - renders a list of Counters 1. ` /counters/1` - renders...
Before this PR fix, in the case the Footer has a scrollbar and you move it, then the Header and Body containers scrollbars aren't moved / synced with the Footer...
Hello, when I tried to change position of an already created marker, it changes only the icon, without map_icon_label. Here is the code for changing the position: ``` javascript //...