Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

react-i18next old useSuspense warning

While running the react app There is a warning appeared as I mentioned below

react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.

How can I clear this warning?

like image 208
Vijay M Avatar asked Sep 03 '25 17:09

Vijay M


1 Answers

Check your i18next options and remove the wait option...

like image 138
adrai Avatar answered Sep 05 '25 06:09

adrai