Usunąć reactowe warningi #55

Closed
opened 2022-07-08 23:12:12 +02:00 by arek · 0 comments
Owner

Po wszystkich zmianach trzeba usunąć dwa reactowe warningi:

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

Check the render method of `EmailContent`. See https://reactjs.org/link/warning-keys for more information.
EmailContent@moz-extension://62b2a557-25e0-4765-812b-f0842ad6d1b7/lib/components/report-window/report-window.js:60630:24
div
section
Report react.development.js:245:32
Warning: validateDOMNesting(...): <ul> cannot appear as a descendant of <p>.
ul
p
article
div
div
EmailContent@moz-extension://62b2a557-25e0-4765-812b-f0842ad6d1b7/lib/components/report-window/report-window.js:60630:24
div
section
Report

image

Po wszystkich zmianach trzeba usunąć dwa reactowe warningi: ``` Warning: Each child in a list should have a unique "key" prop. Check the render method of `EmailContent`. See https://reactjs.org/link/warning-keys for more information. EmailContent@moz-extension://62b2a557-25e0-4765-812b-f0842ad6d1b7/lib/components/report-window/report-window.js:60630:24 div section Report react.development.js:245:32 ``` ``` Warning: validateDOMNesting(...): <ul> cannot appear as a descendant of <p>. ul p article div div EmailContent@moz-extension://62b2a557-25e0-4765-812b-f0842ad6d1b7/lib/components/report-window/report-window.js:60630:24 div section Report ``` ![image](/attachments/ec426177-9b0a-4fed-9da5-0e43b0d595c7)
612 KiB
arek added this to the Premiera milestone 2022-07-08 23:12:12 +02:00
kuba referenced this issue from a commit 2022-07-09 16:52:14 +02:00
kuba closed this issue 2022-07-09 16:52:14 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: icd/rentgen#55
No description provided.