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.
const { t, i18n } = useTranslation([ "common"]);
Even above line of code breaks the code.
The text was updated successfully, but these errors were encountered:
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.
const { t, i18n } = useTranslation([ "common"]);
Even above line of code breaks the code.
The text was updated successfully, but these errors were encountered: