Ghostman
Ghostman
Explore posts from servers
RRefine
Created by reduced-jade on 3/25/2025 in #ask-any-question
Next.js, Material UI of refine.dev error
Hello support team, I used refine.dev with material UI and Next.js but I am getting
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

Check the render method of `RootLayout`.
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

Check the render method of `RootLayout`.
how to fix this issue?
5 replies
RRefine
Created by conscious-sapphire on 3/24/2025 in #ask-any-question
react-query version compatibility issue
I am using @ferdiunal/refine-shadcn library and refine dev libraries for my Next.js. I am using pnpm and it's getting error while install the packages because of react-query version issue. @ferdiunal/refine-shadcn requires ^5.5 but @refinedev/core requires ^4.10.1. So it leads me into several issues and I can't run the project. How to fix this issue?
5 replies
RRefine
Created by old-apricot on 3/21/2025 in #ask-any-question
I am getting TypeError: Cannot read properties of undefined (reading 'list')
I used @ferdiunal/refine-shadcn in my Next.js project, and copied same code in the example but getting I got TypeError: this[#client].defaultMutationOptions is not a function error. I searched about that but everyone says it's react-query problem. So I downgraded react-query to v4. then I am getting TypeError: Cannot read properties of undefined (reading 'list'). How to fix this issue?
5 replies
RRefine
Created by extended-salmon on 3/20/2025 in #ask-any-question
I am getting TypeError: this[#client].defaultMutationOptions is not a function error
I used @ferdiunal/refine-shadcn in my Next.js project, and copied same code in the example but getting I am getting TypeError: this[#client].defaultMutationOptions is not a function error. I searched about that but everyone says it's react-query problem. How to fix this issue?
5 replies
DTDrizzle Team
Created by Ghostman on 3/8/2024 in #help
How to remove the space between timestamp and precision?
When I run drizzle kit generate
drizzle-kit generate:pg --config=custom.config.ts
drizzle-kit generate:pg --config=custom.config.ts
, I got
ALTER TABLE "Requests" ALTER COLUMN "createdAt" SET DATA TYPE timestamp (3);
ALTER TABLE "Requests" ALTER COLUMN "createdAt" SET DATA TYPE timestamp (3);
I already have the table with timestamp(3) but it was generated because there was space between timestamp and precision. How to solve this problem? I'm using "drizzle-kit": "^0.20.14", and "drizzle-orm": "^0.30.0"
8 replies