Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Each child in a list should have a unique "key" prop #2428

Closed
Jikstra opened this issue Nov 23, 2021 · 1 comment · Fixed by #2441
Closed

Warning: Each child in a list should have a unique "key" prop #2428

Jikstra opened this issue Nov 23, 2021 · 1 comment · Fixed by #2441
Assignees

Comments

@Jikstra
Copy link
Contributor

Jikstra commented Nov 23, 2021

react.development.js:220 Warning: Each child in a list should have a unique "key" prop.

Check the render method of `About`. See https://reactjs.org/link/warning-keys for more information.
    at ClickableLink (file:///opt/DeltaChat/electron_app/html-dist/bundle.js:93597:23)
    at About (file:///opt/DeltaChat/electron_app/html-dist/bundle.js:103446:13)
    at div
    at div
    at DialogController (file:///opt/DeltaChat/electron_app/html-dist/bundle.js:105100:7)
    at div
    at ScreenController (file:///opt/DeltaChat/electron_app/html-dist/bundle.js:105232:7)
    at SettingsContextWrapper (file:///opt/DeltaChat/electron_app/html-dist/bundle.js:105553:37)
    at CrashScreen (file:///opt/DeltaChat/electron_app/html-dist/bundle.js:105448:7)
    at App (file:///opt/DeltaChat/electron_app/html-dist/bundle.js:105495:61)
@Simon-Laux
Copy link
Member

related iansinnott/react-string-replace#18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants