breaking change?
i just upgraded from 1.28.7 to 1.31.23 and now i get the following error...
A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.
I have no use of Suspense in my app at all...
here's the stack trace.

6 Replies
ambitious-aqua•17mo ago
GitHub
version 1.31.23 has a bug · Issue #1571 · TanStack/router
Describe the bug When you install the latest version it throws match errors Your Example Website or App local Steps to Reproduce the Bug or Issue Update to latest version Run your project Expected ...
ambitious-aqua•17mo ago
@Tanner Linsley are you having a look?
rare-sapphireOP•17mo ago
yes, sorry, that didn't come up when i searched... same issue.
vicious-gold•17mo ago
Yep I’m looking now
Pushing a fix out now
I'll confirm before we close it
Fixed
rare-sapphireOP•17mo ago
confirmed 387d855 fixes it for me.
vicious-gold•17mo ago
Sweet!