-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
(typescript) Template literals no longer work post 11.8.0 #1213
Comments
Seems to be something that happened after TypeScript PR. Any ideas @pedrodurek ? |
it is the same error #1212 |
@pedrodurek I should defo debounce my questions sometimes haha 🤦♂️ 😂 |
Hey @onionhammer, It should be fixed now. I added the support to template string back, but unfortunately @tigerabrodi you were right! This was a different issue indeed, which was returning the same error. |
Hey @onionhammer, can we close this one? |
@pedrodurek seems like this leads to another breaking change/or perhaps bug; now the result of
is not a string, it's a TFunction, so it cant be passed as a string to props. |
Ohh yeah, it's been handled here: #1217 |
Closing in favor if #1217 |
Example usage
Worked in react-i18next v 11.7.4, but not 11.8.0, now errors with
The text was updated successfully, but these errors were encountered: