Replies: 2 comments 4 replies
-
can you please provide a complete minimal example that shows this? |
Beta Was this translation helpful? Give feedback.
-
Here's a link to the minimal example: Description: Steps to Reproduce:
Any insights or best practices to avoid this unnecessary fallback render would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm noticing that when using a deferred loader with Suspense, if the data becomes stale (even though the immediate cached value is available), the deferred part still triggers the Suspense fallback during background updates. The documentation suggests that cached values should be used immediately and updated in the background without causing a fallback.
Has anyone else encountered this issue, or does anyone have best practices to avoid this fallback flash during background updates?
Beta Was this translation helpful? Give feedback.
All reactions