Brian Webster

Results 14 comments of Brian Webster

@idowald yes. This 💯

@fomson that workaround seems to result in broken html for the table... I think there needs to be some work done to react-infinite-scroll-component to support tables

@fomson seems like putting the **entire** `` inside is the cash money though! https://codesandbox.io/s/react-table-infinite-scroll-h7v5q?file=/src/App.js @idowald this may mean we can close this issue?

I have this working well with localStorage, if I have time to add a PR I will, but our implementation is all with react and apollo hooks so things are...

Think this might be Duplicate of #108

@RXminuS, perhaps. The `requestAnimationFrame(() => gtm.pageview(url));` bit in our hook (above) might help #11535, I commented there as well. But, I don't believe that `routeChangeComplete` is supposed to fire on...

@balazsorban44 really interesting approach using the reportWebVitals function! I like the logic behind it a lot and that would certainly solve the issue. Looking forward to seeing the feedback from...

Hi @francoischalifour. Thanks for the response! Yeah we have been seeing a bunch of "additional render' issues with other packages after upgrading to React 18 and pretty much roll with...

Hi @Haroenv thanks for the response. And yes, no doubt, def not a simple problem keeping the state and router in sync. Its feels so close 🏁 ! I've forked...

@francoischalifour + @Haroenv we've dug a little deeper on Item 1 (The Re-Render Example) and seem to have isolated the issue we're experience there as having something to do with...