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

Store should be initialized after useSSR #1008

Merged
merged 1 commit into from Nov 27, 2019
Merged

Commits on Nov 27, 2019

  1. Store should be initialized after useSSR

    If a the store is initialized with data from Server side rendering, it fire these warnings anyway:
    `i18next was not initialized... This means something IS WRONG in your application setup.`
    However, the application setup is fine, the warning is inconsistent.
    I think this PR will do the trick: i18n should be considered as initialize once it receive initialI18nStore datas.
    fromi committed Nov 27, 2019
    Copy the full SHA
    6277ab8 View commit details
    Browse the repository at this point in the history