Ali Emir Şen
Ali Emir Şen
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...
- fix(mui): transformMuiOperatorToCrudOperator return type (#5937) - chore(antd): unpin `antd` version (#5944) - refactor(core): omit to parameter at root on unauthenticated redirects (#5935) - fix(devtools): avoid polluting user console (#5936)...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...
### Describe the bug When using the auto save feature, `` component from UI packages are logging errors about the usage of reserved `key` prop in the console. This is...
Updated `authProvider.login` of Appwrite apps. Complements https://github.com/refinedev/refine/pull/6138
## September 2024 Release - fix(supabase): parse nested values correctly when using conditional filters (#6240) - chore(devtools-server): replace `preferred-pm` with `package-manager-detector` (#6250) - fix(core): changes in `props.id` not reflected immediately...
### Describe the bug While `@refinedev/antd`'s `` has RTL support for the sider and it works well but in mobile sider the placement is not respecting the changes in `direction`....
### Describe the bug When working with a form in `"edit'` mode if the `id` is obtained in async manner, we're disabling the query with `queryOptions.enabled: !!id` to avoid console.warning...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...
### Discussed in https://github.com/refinedev/refine/discussions/6318 Originally posted by **TomCaserta** September 11, 2024 Essentially I'm reading over the multitenancy documentation https://refine.dev/docs/guides-concepts/multi-tenancy/ and I've implemented what it suggests: 1. Route parameter called `:tenantId`...