Alican Erdurmaz

Results 47 issues of Alican Erdurmaz

Due to deprecation of [react-mde](https://github.com/andrerpena/react-mde), we switched to [react-md-editor](https://github.com/uiwjs/react-md-editor) on all examples. Please check all items below before review. - [x] Corresponding issues are created/updated or not needed - [x]...

build examples

Add `check-updates` command for `refine-cli`. ![Pasted Graphic](https://user-images.githubusercontent.com/23058882/201530132-ad50fa87-dd5a-4425-993c-a1d6dba9ab8d.png)

Add `update` command for `refine-cli`. ![refine-interactive](https://user-images.githubusercontent.com/23058882/202455765-33206337-ea5d-4c85-b886-ed0c05bb77b1.gif) - [x] Corresponding issues are created/updated or not needed - [ ] Docs are updated/provided or not needed - [ ] Examples are updated/provided...

Add `dev`, `start`, `build`, `run` command for `refine-cli`. ![cli-dev](https://user-images.githubusercontent.com/23058882/202999257-c42c6ab3-1d46-4532-acad-57e5f5e868c0.gif) to confugire `update notifier`, use enviorment variables. `UPDATE_NOTIFIER_IS_DISABLED`: `true | false` `UPDATE_NOTIFIER_CACHE_TTL`: `number` in milliseconds. - [ ] Corresponding issues are...

added `whoami` command. added send `telemetry statistics` after any action - [x] Corresponding issues are created/updated or not needed - [x] Docs are updated/provided or not needed - [x] Examples...

updated: [useTable doc](https://refine.dev/docs/api-reference/core/hooks/useTable/)

After the `onMutationError` callback is triggered, `useForm` will automatically set the thrown errors to the corresponding form fields. From know, when the `dataProvider` throws an `HttpError` with an `errors` field,...

After the `onMutationError` callback is triggered, `useForm` will automatically set the thrown errors to the corresponding form fields. From know, when the `dataProvider` throws an `HttpError` with an `errors` field,...

After the `onMutationError` callback is triggered, `useForm` will automatically set the thrown errors to the corresponding form fields. From know, when the `dataProvider` throws an `HttpError` with an `errors` field,...

### Describe the bug The table representation within the relationship section of the data-fetching documentation looks broken. ### Steps To Reproduce 1. Go to https://refine.dev/docs/guides-concepts/data-fetching/#relationships 2. Look at the table...

bug
documentation
good first issue
wontfix