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
I have added the 'use client' as required (since the page uses useState etc).
Digging into it, if I change selectionMode="multiple" to selectionMode="single" the hydration error disappars, so the error appears to be with the column that is added to allow multiple selections
NextUI Version
2.6.8
Describe the bug
Using the example code from https://nextui.org/docs/components/table#use-case-example, causes a hydration error.
I have added the 'use client' as required (since the page uses useState etc).
Digging into it, if I change
selectionMode="multiple"
toselectionMode="single"
the hydration error disappars, so the error appears to be with the column that is added to allow multiple selectionsYour Example Website or App
https://codesandbox.io/p/devbox/elastic-tu-vydmx3?workspaceId=ws_WuwAJnJobgVN2wdMCvZdPR
Steps to Reproduce the Bug or Issue
Create a page, using the table full use case example - https://nextui.org/docs/components/table#use-case-example
Expected behavior
No Hydration Error
Screenshots or Videos
Operating System Version
Linux
Browser
Firefox
The text was updated successfully, but these errors were encountered: