How to use props?
Autocomplete not working inside UseModalFormReturnType component
App-CRM
AuthProvider and AccessControl mismatch during checkLoginIframe keycloak
AuthProvider and the AccessControlProvider using keycloak default settings in our project.
By default KeyCloak checks the login states in an iframe. This can lead to the AccessControlProvider knowing that the client has logged out. Which in turn may be used to display AccessControl based components. Refine's internal authProvider does not check whether the user is still authenticated similarly to keycloak, and thus we have a situation where we set the role state globally to be an empty string with a logged out user, but the webpage still displays that the user is logged out because of refine's authentication (before refresh or user actions).
Current workaround exists on remounting the entire AuthProvider which seems to lead to weird implementations or simply setting keycloaks options as such: initOptions={{ checkLoginIframe: false }. ...How do I pass query params from UpdatePasswordPage to updatePassword function in authProvider
GetIdentity is called twice
const { data: user } = useGetIdentity<IIdentity | null>();
When I refresh application, getIdentity inside authProvider is called twice. If I comment out this line, getIdentity is still called once. Could it be that getIdentity is called somewhere in the background? If so, how could I access it's value inside my component so I don't have to make two requests?...how would i change show to details
Does MUI Inferencer support custom components?
EditButton that is a small wrapper around the MUI Button, and, for example MUI Checkbox via renderedFields internally.
Is there a way for the Inferencer to provide custom components to render, or at least a way to look for the MUI components in @company/react-mui when generating the inferenced code?...Update user's identity after user's data had been changed in AccountSettings
How can we change the Notification Placement using Refine with Antd?
Breadcrumb i18n
Invalid Session Token login

Change HTTP request method of useForm
custom endpoint for create page
How to connect with MongoDB with Auth0 login
How to edit rows directly in data grid? (MUI)
OpenAPI Codegen with Refine (REST API Provider)
I18n locale change doesn't change column headerName
Supabase authentication with refinenative