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
warning: react-i18next:: Trans: the passed in value is invalid - seems you passed in a variable like {number} - please pass in variables for interpolation as full objects like {{number}}
Expected behavior
I do not have any warning in the console.
Your Environment
runtime version: i.e. node v18
i18next version: i.e. 23.5.1
os: Mac, Windows, Linux
The text was updated successfully, but these errors were encountered:
mdeljavan
changed the title
warning error when pass a number to
warning error when pass a number to Trans values prop
Sep 11, 2023
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.
🐛 Bug Report
When we pass a number to values of Trans and use it as a child, we get a warning in the console.
To Reproduce
warning: react-i18next:: Trans: the passed in value is invalid - seems you passed in a variable like {number} - please pass in variables for interpolation as full objects like {{number}}
Expected behavior
I do not have any warning in the console.
Your Environment
The text was updated successfully, but these errors were encountered: