Henric Persson

Results 310 comments of Henric Persson

@damdauvaotran It looks like `div.DashboardPage.collapsed` is being picked up as the scroll container, is that the one you expected? If not, you can override the auto-assignment with the `scrollableAncestor` prop,...

I haven’t seen this reported before. Any help here is appreciated! Is the waypoint not firing at all or firing at the wrong time?

Interesting! I don't think we've considered full-screen behavior before. Could you post an example of the embed code you use here? It would help folks who want to reproduce the...

Waypoints normally fire when you scroll to them, but they also fire on component mount, if they are in view. There's a section in the readme about this: https://github.com/brigade/react-waypoint#usage

Thanks @paularmstrong and @lencioni for bringing this to our attention. I see this as a challenge, we have the opportunity to affect scrolling performance in a lot of web apps,...

Yeah, those are all valid concerns. We've taken the approach of making react-waypoint fast without resorting to debouncing (although there was a time when we had support for injecting a...

Hi @kud! I haven't heard of this before, but it looks like a good service. I myself wouldn't have the bandwidth to keep an eye on things, do you think...

Is your page being remounted as a result of the route change? If you add the `debug` prop to the waypoint, what's the output after a page transition?

> Where does the component output to? The browser console? That’s where it should log things. Can you share some of your code? It might be easier to track this...