Closed
Bug 1632081
Opened 5 years ago
Closed 5 years ago
Network Settings Menu Warning: Each child in a list should have a unique "key" prop.
Categories
(DevTools :: Netmonitor, defect, P2)
DevTools
Netmonitor
Tracking
(firefox77 fixed)
RESOLVED
FIXED
Firefox 77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: Honza, Assigned: davidwalsh)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
- Load any page
- Open DevTools and select the Network panel
- Hover mouse over the Network Settings menu gear icon.
- Check out the Browser console
I am experiencing the following warning:
Warning: Each child in a list should have a unique "key" prop.
Check the render method of `MenuButton`. See https://fb.me/react-warning-keys for more information.
in hr (created by MenuButton)
in MenuButton (created by Toolbar)
in span (created by Toolbar)
in span (created by Toolbar)
in Toolbar
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component) (created by MonitorPanel)
in div (created by MonitorPanel)
in MonitorPanel
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component) (created by App)
in div (created by DropHarHandler)
in DropHarHandler (created by App)
in div (created by App)
in App
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component)
in Provider react-dev.js:276:32
Honza
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
Reporter | ||
Comment 1•5 years ago
|
||
David, can you please look at this, thanks!
Honza
Flags: needinfo?(dwalsh)
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → dwalsh
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(dwalsh)
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7835c6d7f3fa
Prevent key warning in netmonitor toolbar r=Honza
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
You need to log in
before you can comment on or make changes to this bug.
Description
•