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
Originally, I saw this issue while using headless ui with Next 13, even though it's using useId hook to have consisten ids between server and client, I'm getting the following error:
Even though I'm passing an id in props, it's not receiving it correctly and using the auto generated id instead, I wasn't sure if this was intentional but even that's the case seems like Next 13 SSR is not playing well with the current useId implementation
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
v1.7.4
What browser are you using?
N/A
Reproduction URL
https://codesandbox.io/s/gallant-brown-meqqw4?file=/src/App.js
Describe your issue
Originally, I saw this issue while using headless ui with Next 13, even though it's using
useId
hook to have consisten ids between server and client, I'm getting the following error:Even though I'm passing an
id
in props, it's not receiving it correctly and using the auto generated id instead, I wasn't sure if this was intentional but even that's the case seems like Next 13 SSR is not playing well with the currentuseId
implementationThe text was updated successfully, but these errors were encountered: