Closed
Bug 1614591
Opened 5 years ago
Closed 5 years ago
Warning: Failed prop type: Invalid prop `isClosed` of type `boolean` supplied to `FrameListContent`, expected `function`
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: Honza, Assigned: pranavpandey1998official)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(2 files)
STR:
- Open DevTools & select the Network panel & open the Browser Console
- Load http://janodvarko.cz/test/websockets/
- Click the Connect button
- Click the Send button a few times
- Select the WS 101 request
- Select the Messages side panel
- Check out the Browser Console it shows the following error:
Warning: Failed prop type: Invalid prop `isClosed` of type `boolean` supplied to `FrameListContent`, expected `function`.
in FrameListContent
in Unknown (created by Connect(Component))
in Connect(Component) (created by WebSocketsPanel)
in div (created by SplitBox)
in div (created by SplitBox)
in SplitBox (created by WebSocketsPanel)
in div (created by WebSocketsPanel)
in WebSocketsPanel
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component) (created by TabboxPanel)
in div (created by Panel)
in Panel (created by TabboxPanel)
in div (created by Tabs)
in div (created by Tabs)
in div (created by Tabs)
in Tabs (created by Sidebar)
in Sidebar (created by Tabbar)
in div (created by Tabbar)
in Tabbar (created by TabboxPanel)
in TabboxPanel (created by NetworkDetailsPanel)
in div (created by NetworkDetailsPanel)
in NetworkDetailsPanel
in VisibilityHandler
in Unknown (created by Connect(Component))
in Connect(Component) (created by MonitorPanel)
in div (created by SplitBox)
in div (created by SplitBox)
in SplitBox (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
Reporter | ||
Updated•5 years ago
|
Blocks: network-websocket-inspector
Reporter | ||
Updated•5 years ago
|
Keywords: good-first-bug
Assignee | ||
Comment 1•5 years ago
|
||
when I am clicking on connect button I am getting 400 bad request
Flags: needinfo?(odvarko)
Reporter | ||
Comment 2•5 years ago
|
||
Yeah, it happens sometimes when connecting to: ws://echo.websocket.org/
You might try another WS server
Or you might try this page:
http://signalr-samples.azurewebsites.net/hubs.html
Any page that generates some WS traffic can be used to repro the issue.
Honza
Flags: needinfo?(odvarko)
Reporter | ||
Comment 3•5 years ago
|
||
Also note that you need ac_add_options --enable-debug-js-modules
in your .mozconfig
Honza
Assignee | ||
Comment 5•5 years ago
|
||
I have reproduced it thanks for help
Reporter | ||
Comment 6•5 years ago
|
||
Great! (let me know if you want to me assigned)
Honza
Flags: needinfo?(odvarko)
Assignee | ||
Comment 7•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → pranavpandey1998official
Status: NEW → ASSIGNED
Pushed by jodvarko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2a7f4d65cd26
changed prop type of isClosed to bool. r=Honza
Comment 9•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•