Vadim Panfilov
Vadim Panfilov
i had the same issue. it went away when i disabled react tools on all wesites except localhost:4000. it appears that react tools add-on on other websites was causing this...
there are a few tickets that mentioned implementing them in v5. one of them is moving title to context. that would be a good change. https://github.com/marmelab/react-admin/issues/8872
Change how `setFilters` work to make it more convenient to use: - Split `setFilters` into `setFilters` and `setDisplayedFilters` - most of the time, I either need to update filters or...
Evaluate migration to `future.v7_relativeSplatPath` flag that react-router team implemented to address breaking change that they made in 6.19.0. https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md#6210
The solution should be flexible and provide support for temporary configurations, not just temporary resources. So we need to support multi-state lifecycle that includes either update or delete in the...
@djhi , I understand that I can rename the `id` attribute at the data provider level; however, this is not an ideal solution. My users table already has an `id`...
@djhi I also experienced the same issues - but it was very inconsistent - changing unrelated code (commenting out resources) fixed the issue. What truly fixed the issue was adding...