Results 22 comments of Gil Birman
trafficstars

Try adding the `updateOnDidMount` prop to `` and lmk if it works. For some reason I never documented this prop.

Nah that's it... I'm not sure to what extend the problem you're experiencing is specific to `react-track`... try logging the values of `scrollY`, `posTopBottom`, `posBottomTop` in your render function. I...

I set a breakpoint in the [demo](http://gilbox.github.io/react-track/examples/demo/demo.html) page and noticed the same behavior happening there. I wonder if you can somehow structure your page in a similar way so that...

What you can do is modify the source [here](https://github.com/gilbox/react-track/blob/master/src/index.js#L70) so that instead of doing ``` const update = .... ``` we do ``` this.update = ... ``` then you can...

hmm strange, seems like it should work

I figured out a nice way to inject a store and state selector into a SwiftUI View. It's not ReSwift, but you could easily adopt it for ReSwift: https://github.com/gilbox/Cloe#connect-your-swiftui-view-to-your-store

I haven't tried it before. If can give me a link to a plunk I will take a look at it.

Thanks, I think this is a bug, and it seems like there might be a bug that requires `disable-drag="false"` on the `infinite-slider` element as well.