Flicker of the Previous Screen when swiping back on iOS Safari and iOS Chrome
Has anyone experienced anything like this and found a solution? I'm trying to find exactly where to look at at on tanstack.com's website repo since it doesn't happen on those pages.
I apologize that I'm not able to create a repro at the moment but this behavior exists on other SSR frameworks like Remix/React Router. One of them has a video of what I'm experiencing: https://github.com/remix-run/react-router/issues/10883
GitHub
[Bug]: Screen flickers during swipe gestures on IOS (web and webvie...
What version of React Router are you using? 6.14.2 Steps to Reproduce I have a router defined such as this: const router = createBrowserRouter([ { path: '/', element: <Home />, loader...
0 Replies