Ali Emir ลen
Ali Emir ลen
We'd love to help if you face any issues while working on this. If you want to continue working on this branch, let's convert it to draft. I can try...
> * Which hooks are needed to be updated to have `onSuccess` handler? (Ideally all of them, but asking to ensure before proceeding) Actually, you can check for hooks which...
Hey @Sergio16T assigned! Let us know if you have any issues ๐
I encountered this issue in a test environment where `next.config.mjs` contained `transpilePackages: ["@refinedev/antd"]`. After removing it from the `transpilePackages` array, the issue resolved.
As this can be seen from this line: https://github.com/refinedev/refine/blob/e5cad5183f4e973027ac40ebd2414daa2f303249/packages/core/src/hooks/auth/useLogin/index.ts#L33-L36 We're omitting `onSuccess` handler from the `mutationOptions` on purpose. On all other Refine hooks, we've omitted `onSuccess`, `onSettled`, `onError` methods if...
> @aliemir How can one provide redirect after successful `mutate` if there's no `onSuccess` anymore? Hey @rners01 sorry for the late reply. This can be done by using `mutateAsync` or...
I'll leave a comment here to help anyone interested to work on this issue about what we want from the implementation. ๐ This fix needs to be implemented for ``,...
Hey @Anonymous961, your screenshot is from Ant Design. This issue is related with our Material UI CRUD components and its still looking for contributors ๐
Just linked this issue in a PR and I want to clarify the progress on this. Previously, we had i18n option in `create-refine-app` but decided to remove it due to...
Improvements related to i18n is released with the latest version of `@refinedev/cli` ๐