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

fix: issue 1728 when useSuspense is false and default ns #1731

Commits on Mar 6, 2024

  1. fix: issue 1728 when useSuspense is false and default ns

    is custom, in strict mode only, memoization is performed of an unready translation function and is not refreshed after readiness.
    
    The use of the isInitial ref is fundamentally incompatible with strict mode. Substituting ready instead seems to fix 1728 and keep both 1691 and 1718 fixed
    timheilman committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5b98721 View commit details
    Browse the repository at this point in the history