Running app locally fails. Next.js, Google Auth
app-crm implementation
useSelect seems to ignore cached values.
I want to query more than one resource for Select using useSelect
Put intial values:
Resources on navbar not showing after login
next-cloudinary
how to setup with createBrowserRouter react-router-dom v6
When on create or edit page goBack button doesn't redirect back to the list of the resource
infinite scroll for large data
`FilterDropdown` + custom filter on Ant Design table
<FilterDropdown> on one of the columns. Outside of the table, I have a filter that acts on the same field that I have a FilterDropdown for.
CodeSandbox reproduction: https://codesandbox.io/p/devbox/strange-platform-5gvjz9...Can the backend code & the DB structure for the CRM template available be made available too?
Example of register with Supabase and Ant Design's form component?
useModalForm appends [object Object] onto my endpoint
[object Object] to my endpoint.
So here's the call from the useModalForm():
```ts
console.log(userId, userId?.data, userId?.data.id, isError, isLoading, typeof(userId?.data.id));...Editing functions in graphqlDataProvider
Create a custom hook like useMany or useOne without sending ids