Aolose

Results 3 comments of Aolose

you can create a store to subscribe them in batches ```js const batch = (...stores) => { const values = stores.map(a => get(a)) return readable(values, set => { let requestId...

``` const FixSlider = props => { let {max, min, step = 1} = props; max = max && max + step / 100; min = min && min -...

emmm... I think I solve it. - 1.close your project - 2.delete .idea folder and *.iml files in root path - 3.open your project and then i found the *.iml...