When using `lazy` to get dynamic content with catch and no return, the render will fall into an infinite loop. https://stackblitz.com/edit/vitejs-vite-9vutnzcz?file=src%2Fapp.jsx After a simple breakpoint, the error occurred in code in `Lazy` would throw error and catch by `diff`. <img width="1356" height="770" alt="Image" src="https://github.com/user-attachments/assets/c68d4990-139b-4d23-81ce-050f2f25fb32" /> <img width="2454" height="1618" alt="Image" src="https://github.com/user-attachments/assets/22795185-efde-4ea0-a7fc-f5800668bef4" />