Merge branch 'master' into next #9278
Annotations
2 warnings
Lint:
packages/ra-core/src/controller/field/useReferenceManyFieldController.ts#L152
React Hook useEffect contains a call to 'setFilterValues'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [filter] as a second argument to the useEffect Hook
|
Lint:
packages/ra-core/src/controller/list/useList.ts#L166
React Hook useEffect contains a call to 'setFilterValues'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [filter] as a second argument to the useEffect Hook
|
Loading