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
Describe the bug
I am unsure whether this is a bug or expected behavior.
The placement of the 18nProviderClient wrapper seems to affect whether the ref can correctly access the DOM node.
Describe the bug
I am unsure whether this is a bug or expected behavior.
The placement of the 18nProviderClient wrapper seems to affect whether the ref can correctly access the DOM node.
To Reproduce
Steps to reproduce the behavior:
ref
can access the input DOM (autofocus works as expected)ref
cannot access the input DOM (no autofocus,ref.current
is null)Expected behavior
The placement of I18nProviderClient should not affect access to the DOM node.
About:
package.json:
Additional context
reproduce link: https://stackblitz.com/edit/stackblitz-starters-ypqqpfsf
app/[locale]/layout-wrapper/layout.tsx
LayoutWrapper.tsx
ComponentWrapper.tsx
The text was updated successfully, but these errors were encountered: