-
-
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
Optional children for Trans component #727
Labels
Comments
Yes, same here. Fixed it by providing a child |
A pull request would be welcome...guess @rosskevin will then review that |
@rosskevin, could you please review this? #728 |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://react.i18next.com/latest/trans-component#alternative-usage fails with error
Property 'children' is missing in type '{ defaults: string; values: { what: string; }; components: Element[]; }' but required in type 'TransProps'.
when using version 10.0.3The text was updated successfully, but these errors were encountered: