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
So I was using the useTranslation inside a Modal, I got this issue.
when I removed those lines of code which corresponds to useTranslation, Modal worked fine.
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.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I got this issue within tests using react-testing-library. We did a migration and didn't properly handle the Suspense usage from the newer version. We just disabled the useSuspense option and it worked 👍
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Activity
adrai commentedon Feb 10, 2025
Please provide a minimal reproducible example repository.
stale commentedon Apr 26, 2025
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
johannchopin-buyco commentedon Apr 28, 2025
I got this issue within tests using
react-testing-library
. We did a migration and didn't properly handle theSuspense
usage from the newer version. We just disabled theuseSuspense
option and it worked 👍See https://react.i18next.com/latest/migrating-v9-to-v10#migration
stale commentedon May 6, 2025
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.