Closed
Bug 1337006
Opened 8 years ago
Closed 8 years ago
React missing required prop 'setTabIndex' and 'selectedTab'
Categories
(DevTools :: Netmonitor, defect, P2)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1317645
People
(Reporter: Honza, Unassigned)
Details
STR
1) Open the browser console
2) Open the Toolbox and select the Network panel
3) See the following React warnings in the Browser console:
Warning: Failed prop type: Required prop `setTabIndex` was not specified in `DetailsPanel`.
in DetailsPanel (created by Connect(DetailsPanel))
in Connect(DetailsPanel)
in Provider react-dev.js:22807:9
Warning: Failed prop type: Required prop `selectedTab` was not specified in `DetailsPanel`.
in DetailsPanel (created by Connect(DetailsPanel))
in Connect(DetailsPanel)
in Provider react-dev.js:22807:9
Honza
Reporter | ||
Comment 2•8 years ago
|
||
Btw. you need dev build of React (ac_add_options --enable-debug-js-modules)
Honza
Reporter | ||
Updated•8 years ago
|
Priority: -- → P2
Comment 3•8 years ago
|
||
Thanks! This issue will be addressed in bug 1317645.
Flags: needinfo?(rchien)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•