Vadim Panfilov
Vadim Panfilov
The issue has not yet been fixed (final-form-arrays-3.0.2 and react-final-form-arrays-3.1.1). The way I was able to work-around the issue is to use React.Memo to memorize the component to reduce re-rendering...
@fzaninotto ,I have a different issue with title, which might be related I have a custom route under admin. When I load open a browser directly to this page http://localhost:3000/#/test,...
In my case, it appears that the following code in `` causes issues. The problem is element `react-admin-title` does not exist when page is loading in new browser tab; however,...
I created a custom title component that addresses the bug that I see on fresh page load. Not sure if that fixes the bug on language change: - I render...
React-helmet has the ability to override previously-set values. Maybe the same approach could work. https://github.com/nfl/react-helmet
FYI, users can customize browser page title using react-helmet. See example code that can be placed in Show, Edit, List or Create components. ```tsx New page title ```
I think this issue is the same as #4709 I have tested react-final-form-arrays and it supports default values for child inputs; however default values are removed by useInitializeFormWithRecord function, which...
@fzaninotto, to make sure that default / initial values of array's child elements are supported, we need to somehow exclude array element from function call: https://github.com/marmelab/react-admin/blob/70e9b4889781a5033d424bb13048e1a91a8e2357/packages/ra-core/src/form/useInitializeFormWithRecord.ts#L24 However, we cannot just...
https://codesandbox.io/s/adoring-morning-54qgk?file=/src/posts/PostList.js:1087-1146 Go to post list 
Just tested this issue with 4.0.0-rc.1, and the issue is still present