Philippe Bouillon
Philippe Bouillon
<Admin /> "theme" prop no longer updates/refreshes if providing a different "theme" conditionally.
**What you were expecting:** In react-admin V3, I was able to update the theme conditionally and it was updating when rerendering. **What happened instead:** Now in react-admin V4 `` only...
I know in documentation it says that the errors object must match the fields of the form, but it was to tell that if not, the errors won't show in...
When using `react-admin` V3, we had a hook on the `handleSubmit`. Now that it's removed in V4, I can't figure how to use server-side validation and `` component together. Should...
Hi guys, I'm trying hard to use `format_code` based on locale parameter (for example, french, english, etc.) to output desired currency format. For example, if the current user chose **french**,...
### Minimal reproducible example none ### Summary When migrating from `expo-sentry` to `@sentry/react-native`, Sentry warns this message ``` WARN Sentry Logger [warn]: You appear to have multiple versions of the...
**Version**: 1.2.2 in this section https://github.com/lynndylanhurley/devise_token_auth/blob/eeed6422a025813010ac1dcb922661d05266e36e/app/controllers/devise_token_auth/confirmations_controller.rb#L29-L33 I was wondering why we are checking `if redirect_url` because it's necessary of having `DeviseTokenAuth.default_confirm_success_url` or `params[:redirect_url]` set. In other words, imagine having this...
Hi guys, I'm adding a 2FA with this gem but I have to completely copy the `create` action in the `sessions_controller` and it's dangerous because one may forget this in...
### Summary I am trying to delete an update with eas-cli command but it doesn't work. ### Managed or bare? managed ### Environment ``` EAS CLI 3.3.2 environment info: System:...
I have `"redux-auth": "0.0.5-beta5"` in my `package.json` file and I try to use the component `` from the default-theme. `default-theme.js` is complaining because it doesn't find the module **react-redux** that...
I was wondering if it's possible to show a single sheet when generating the file to xlsx format? Like I have 2 sheets (the second one is for calculating) but...