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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'EDSuseId is not ssr friendly if using React <18 as it uses the native React.useId hook if available https://react.dev/reference/react/useId.',
"React < 18: EDS's `useId` is not SSR friendly and can lead to race conditions. We recommend importing `uniqueId` and setting the id prop directly, or using React 18's built-in `React.useId` https://react.dev/reference/react/useId",