Francois Zaninotto

Results 401 comments of Francois Zaninotto

I can't reproduce this in our storybook. Would you mind building adding a repro to this issue?

#9885 has reproduced the same bug, but without ArrayInput. It seems to be caused by a regression in react-hook-form.

This should no longer be a problem with the latest version of react-hook-form ([7.52.0](https://github.com/react-hook-form/react-hook-form/releases/tag/v7.52.0)), which contains the fix for this issue (https://github.com/react-hook-form/react-hook-form/pull/11995)

@slarson can you make a PR?

Could you add a line about this dockerfile in the README?

My #1 request would be to separate the pure HTTP client & resource configuration from the Angular part. Because I can't find any library with such a good API for...

Continuing on my previous comment, we've just released the framework agnostic library that builds up on axios, and provides similar features to Restangular, but without angular. It's called [marmelab/restful.js](https://github.com/marmelab/restful.js). Comments...