adri1
adri1
## Problem `Paper()` function is called with `theme` as parameter even though it takes no parameters
| Q | A | ------------- | --- | Branch? | main for features | Tickets | `null` | License | MIT | Doc PR | ./CONTRIBUTING.md This PR attempts...
**API Platform version(s) affected**: 3.2.2 **@api-platform/admin**: 3.4.4 **Description** My context: I have a JWT protected API, and a protected Hydra-admin with a custom `authProvider` and the `requireAuth` set to true....
Hello ! This PR attempts to explain further how to use the `create client` feature with an Authenticated API. I was stuck for a while trying to build a client...
| Q | A | ------------- | --- | Branch? | main for features | Tickets | Following #535 | License | MIT | Doc PR | WIP This PR...
**Description** `` [uses the `history` prop](https://github.com/api-platform/admin/blob/2eb9f9b4833acf53bc5c2d74e9a987c7377cc895/src/AdminGuesser.tsx#L184) which is deprecated since React-admin v4. Additionally, [this prop will be removed](https://github.com/marmelab/react-admin/pull/9657) in React-admin V5. **Possible Solution** Remove this prop and let users [choose...
## Problem Some props are deprecated ## Solution Remove them ## TODO Remove: - [x] `disableNotification` from `useCheckAuth` - [x] `disableNotification` from `useLogoutIfAccessDenied` - [x] ~`resource` from `useDeleteWithConfirmController`~ - [x]...
## Problem It becomes difficult to reproduce issues introduced in the latest RHF versions and to ensure compatibility with those ## Solution Bump to the latest RHF version in our...
This PR attempts to delegate the creation of a `` to `` instead of ``
## Problem Running `docker compose up` throw the error: "The local project doesn't define a 'packageManager' field" for the pwa container ## Solution Specify a `packageManager` in `package.json`