Alican Erdurmaz
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]...
Add `check-updates` command for `refine-cli`. 
Add `update` command for `refine-cli`.  - [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`.  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...