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
Discovered while testing a version upgrade in the next-eui starter: elastic/next-eui-starter#47 (review) , the sideNavContentId value used for an id+aria-controls isn't server-side rendering safe.
The text was updated successfully, but these errors were encountered:
See facebook/react#5867 for a definition of the problem space. Thankfully, React 18 ships with a useId hook to solve - we'll need to wait until we drop support for React@17 to fix this. However, apart from being a hard to ignore warning, this id mismatch does not cause any issues.
Discovered while testing a version upgrade in the next-eui starter: elastic/next-eui-starter#47 (review) , the
sideNavContentId
value used for anid
+aria-controls
isn't server-side rendering safe.The text was updated successfully, but these errors were encountered: