We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trans component can't be parsed if boolean props exist.
// This is not parsed <Trans i18nKey="some key" shouldUnescape /> // This way is ok <Trans i18nKey="some key" shouldUnescape={true} />
Should be parsed correctly.
The text was updated successfully, but these errors were encountered:
Fixed in 4.1.1
Sorry, something went wrong.
No branches or pull requests
🐛 Bug Report
Trans component can't be parsed if boolean props exist.
To Reproduce
Expected behavior
Should be parsed correctly.
Your Environment
The text was updated successfully, but these errors were encountered: