Closed
Bug 1614913
Opened 5 years ago
Closed 5 years ago
Warning: Each child in a list should have a unique "key" prop.
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: Honza, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR:
- Open DevTools & select the Console panel
- Open the Browser Console
- Make sure you have eager eval option on
- Type
doc
and wait till the eager eval triggers - Check out the Browser Console for the following error
Check the render method of `EagerEvaluation`. See https://fb.me/react-warning-keys for more information.
in span (created by EagerEvaluation)
in EagerEvaluation (created by Connect(EagerEvaluation))
in Connect(EagerEvaluation) (created by App)
in div (created by App)
in div (created by App)
in App
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component)
in Provider
Honza
Reporter | ||
Updated•5 years ago
|
Blocks: console-instant-eval
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/778780addf5d
Fix EagerEvaluation component key validation. r=Honza.
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•