i have a refine + nextjs + shadcn
i have a refine + nextjs + shadcn project, very basic as it's new. I added a new resource and basically copied the resource from Blog posts which seems to work fine, but as soon as i add my own useTable replacing the blogposts useTable, i get an error saying useTable is not a function..
2 Replies
fair-rose•9mo ago
Hey @hack1nt0sh sorry for the issue, can you at least share the parts how you import
useTable
and how you use it in your component?other-emerald•9mo ago
it seems that refine doesn't like SSR. If i don't add the "use client" to my
page.tsx
it yells at me with the error