You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Paginator` suspense boundary was incorrectly referring to the `<Paginator>`
component in the fallback case, which was a circular reference and caused the
stack to blow up, caused the browser loading spinner to go on indefinitely, and
is causing a bunch of errors in the Vercel logs. This commit fixes that issue.
0 commit comments