skip to Main Content

Reactjs – What causes unique key prop warning in react-admin?

I keep getting this warning when testing a react-admin app: Warning: Each child in a list should have a unique "key" prop. Check the top-level render call using <SimpleForm>. See https://reactjs.org/link/warning-keys for more information. at NumberInput (node_modules/ra-ui-materialui/src/input/NumberInput.tsx:23:14) at CoreAdminRoutes (node_modules/ra-core/src/core/CoreAdminRoutes.tsx:18:42)…

VIEW QUESTION
Back To Top
Search