Skip to content
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

Default options does not update at runtime. #56

Closed
markocupic024 opened this issue Aug 15, 2022 · 1 comment
Closed

Default options does not update at runtime. #56

markocupic024 opened this issue Aug 15, 2022 · 1 comment

Comments

@markocupic024
Copy link

Hello, I am using i18n for React to change language of my app, but when the language changes confirmationText and cancellationText stay the same:
{ confirmationButtonProps: { autoFocus: true }, confirmationText: t("dialogs.yes"), cancellationText: t("dialogs.no"), }

@jonatanklosko
Copy link
Owner

Hey @markocupic024, sorry for the delayed response! Fixed in 99537a7 and published as 3.0.5 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants