Alican Erdurmaz

Results 123 comments of Alican Erdurmaz

Hi @saimaheshtaduri, what is the problem you are facing ? `npm run bootstrap -- --scope refine-store` `npm run start -- --scope refine-store` after running these commands you can see the...

Hi @Saikatssd, Dark mode would be great 🚀 We are working on design updates on landing page. [PR](https://github.com/refinedev/refine/pull/2933) We will merge in 2-3 days. After PR merged, you can work...

@Saikatssd Hi again 👋. We merged new design on landing page. Do you want to work on the dark mode feature?

Closed due to inactivity.

Hello @zxdstyle, Thanks for the issue. `defaultFormValues` should not be available as a prop. We will fix this in the next release. You can give default values directly from ``...

Hello @rwtnb, Thanks for the issue. The issue seems to be valid, your solution is good, but we want to investigate more and find the best solution that is compatible...

@hanifmianjee10p Hi again, This issue happens because `useQuery`'s `onError` function is called when we don't want it. We talked to the core team. We considered a few workarounds but ultimately...

Hi @jsbrain, thank you for PR 🙏 can you provide [changeset]( https://refine.dev/docs/contributing/#changeset) please?

Hello @MahirMahdi, We appreciate your suggestion. Could you provide further details about your issue? How do you plan to use this hook? By the way, If you're interested, we're open...

Hello @quangbkl, thanks for the issue 🚀 As you can see [here](https://github.com/refinedev/refine/blob/next/packages/nestjsx-crud/src/utils/mapOperator.ts), we haven't mapped the `nnul` operator. If it's supported by nextjs-crud, it should be straightforward for us to...