Morten
Morten
Some of our users are experiencing similar issues, both on iOS and Android. We have not been able to identify the problem but have a hunch that it's either to...
@banjerluke we have been using mixmax:smart-disconnect is production for some time now and is still having the same problem + it seems that an increasing number of users are now...
Thank you for the fast reply, it works! :) For future reference here's how I made it: ``` class Details extends React.Component { constructor(props) { this.firstScrollElement = React.createRef(); } ......
Hi, any progress on this? 😅 We recently updated our app to the latest Meteor 2.7.3 and saw a huge decrease in performance because of this bug. We have implemented...
@Grubba27 sorry, I should have included that. We ended up not using any deps and moving the most affected subscription to a parent component. Performance is still not as it...