Closed
Bug 1487385
Opened 7 years ago
Closed 7 years ago
React unique "key" prop warning every time the toolbox is opened
Categories
(DevTools :: Inspector, defect, P2)
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: miker, Assigned: miker)
Details
Attachments
(1 file)
I get this warning every time I open the toolbox:
"Warning: Each child in an array or iterator should have a unique "key" prop.
Check the render method of `ToolboxTabs`. See https://fb.me/react-warning-keys for more information.
in MenuItem (created by ToolboxTabs)
in ToolboxTabs (created by ToolboxToolbar)
in div (created by ToolboxToolbar)
in ToolboxToolbar (created by ToolboxController)
in ToolboxController"
| Assignee | ||
Comment 1•7 years ago
|
||
Fixes this warning every time the toolbox is opened:
I get this warning every time I open the toolbox:
"Warning: Each child in an array or iterator should have a unique "key" prop.
Check the render method of `ToolboxTabs`. See https://fb.me/react-warning-keys for more information.
in MenuItem (created by ToolboxTabs)
in ToolboxTabs (created by ToolboxToolbar)
in div (created by ToolboxToolbar)
in ToolboxToolbar (created by ToolboxController)
in ToolboxController"
| Assignee | ||
Updated•7 years ago
|
Attachment #9005189 -
Flags: review?(nchevobbe)
Comment 2•7 years ago
|
||
Comment on attachment 9005189 [details]
Bug 1487385 - Add key prop to MenuItem call
Nicolas Chevobbe [:nchevobbe] has approved the revision.
Attachment #9005189 -
Flags: review+
Pushed by mratcliffe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d85d49538117
Add key prop to MenuItem call r=nchevobbe
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Updated•7 years ago
|
Attachment #9005189 -
Flags: review?(nchevobbe)
You need to log in
before you can comment on or make changes to this bug.
Description
•