Closed
Bug 1581874
Opened 6 years ago
Closed 6 years ago
Inline Preview Warning: Each child in a list should have a unique "key" prop.
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Firefox 71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: Honza, Assigned: davidwalsh)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR:
- Load http://janodvarko.cz/xhr-spy/
- Create
Load => load
event listener BP - Reload the page & Hit the BP
- Watch the Browser console for the following error
Warning: Each child in a list should have a unique "key" prop. See https://fb.me/react-warning-keys for more information.
in InlinePreview
in InlinePreviewRow (created by Connect(InlinePreviewRow))
in Connect(InlinePreviewRow) (created by InlinePreviews)
in div (created by InlinePreviews)
in InlinePreviews (created by Connect(InlinePreviews))
in Connect(InlinePreviews) (created by Editor)
in div (created by Editor)
in div (created by Editor)
in Editor (created by Connect(Editor))
in Connect(Editor) (created by App)
in div (created by App)
in div (created by App)
in div (created by SplitBox)
in div (created by SplitBox)
in SplitBox (created by App)
in div (created by SplitBox)
in div (created by SplitBox)
in SplitBox (created by App)
in div (created by A11yIntention)
in A11yIntention (created by App)
in div (created by App)
in App (created by Connect(App))
in Connect(App)
in Provider
in Provider
Honza
Reporter | ||
Updated•6 years ago
|
Blocks: dbg-inline-preview
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4b43bf648efd
Prevent React error for missing keys r=jlast
Reporter | ||
Updated•6 years ago
|
Assignee: nobody → dwalsh
Status: NEW → ASSIGNED
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
Updated•6 years ago
|
QA Whiteboard: [qa-71b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•