rising-crimson
rising-crimson11mo ago

Actually, i think i found out why.

Actually, i think i found out why. useTable from import { useTable } from "@refinedev/react-table"; is not SSR compatible
1 Reply
ratty-blush
ratty-blush11mo ago
Yes, useTable is not compatible with SSR and RSC because it's uses react state under the hood

Did you find this page helpful?