Displaying error when building the app in Next.js
When i run npm run build for a Next.js (React & Ts) I get the following error –
Error: Missing “key” prop for element in array react/jsx-key
This points to the code
When i run npm run build for a Next.js (React & Ts) I get the following error –
Error: Missing “key” prop for element in array react/jsx-key
This points to the code