Closed
Bug 1567067
Opened 7 years ago
Closed 7 years ago
Warning: Failed prop type: The prop `serviceContainer.jumpToExecutionPoint` is marked as required in `Message`, but its value is `undefined`.
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: Honza, Assigned: nchevobbe)
Details
Attachments
(1 file)
The browser console is showing the following warning whent its opened
Warning: Failed prop type: The prop `serviceContainer.jumpToExecutionPoint` is marked as required in `Message`, but its value is `undefined`.
in Message (created by MessageContainer)
in MessageContainer (created by ConsoleOutput)
in div (created by ConsoleOutput)
in ConsoleOutput
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component) (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
Looks like related to the Browser Console itself?
Honza
| Reporter | ||
Updated•7 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
yes, the function is only added to the service container if we have a toolbox
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bdedafc3cec7
Fix PropTypes error in Message.js .r=Honza.
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
You need to log in
before you can comment on or make changes to this bug.
Description
•