You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the language is updated via router.replace(pathname, { locale }) or the Linklocale prop as described in the docs the component tree gets remounted. This causes every child component to reset its internal state.
Description
When the language is updated via
router.replace(pathname, { locale })
or theLink
locale
prop as described in the docs the component tree gets remounted. This causes every child component to reset its internal state.Mandatory reproduction URL
https://codesandbox.io/p/github/ChezFre/next-intl-rerender-isssue/
Reproduction description
Steps to reproduce:
Expected behaviour
Changing the language should not unmount the component tree.
The text was updated successfully, but these errors were encountered: