Francois Zaninotto

Results 55 issues of Francois Zaninotto

Hi, and kudos for publishing this, even if it's early! As soon as it's ready, I recommend you to publish it to [the REST clients page](https://marmelab.com/admin-on-rest/RestClients.html#third-party-clients) in the admin-on-rest documentation,...

`useMediaQuery` logs a warning when called outside of a `ThemeProvider`. But a library author may want to offer a fallback media query when no theme is defined. - [x] This...

new feature
hook: useMediaQuery

### Describe the bug ## Problem The previous version or react-query is deprecated on npm: https://www.npmjs.com/package/react-query. The package doesn't even have a readme. The documentation for react-query v3 isn't available...

Refs #2729 - [x] POC - [ ] Add translation - [ ] Add tests - [ ] Add doc https://user-images.githubusercontent.com/99944/148382510-d7f70040-0a88-4100-874a-5b102cd0d3bf.mov

WIP

**What you were expecting:** When a user presses the AddItemButton on a SimpleFormIterator inside an ArrayInput, the first input of the new line is focused **What happened instead:** The first...

We have the impression that react-admin is widely used in production. We don't have any tracker to tell us who - we don't like trackers. But the popularity of the...

If you will try to create an item with default-values set to `related_id: XXX`, where `related_id` is a `reference` field, and XXX is not in list of first 30 items,...

bug

Angular [adds its own method to every entity fetched](https://github.com/mgonto/restangular/blob/91be8642f21dcc275454d986b4cf8570366b84bd/src/restangular.js#L1062). As they are not namespaced, this has side effects. I removed them, but I'm not sure we don't use them. @manuquentin,...

json-server is used by protractor to provide a fake REST API. But FakeRest is already doing the job. It should be easy to remove.

enhancement

Hi guys, great package! Do you think it makes sense to publish the `hydraClient` as a standalone npm package, and mention it in https://marmelab.com/admin-on-rest/RestClients.html?