Closed
Bug 1576230
Opened 4 years ago
Closed 4 years ago
class should be className in UserAgentInput
Categories
(DevTools :: Responsive Design Mode, defect, P3)
DevTools
Responsive Design Mode
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: gl, Assigned: gl)
Details
Attachments
(1 file)
Saw the following console error:
console.error: "Warning: Invalid DOM property `%s`. Did you mean `%s`?%s" "class" "className" "\n in input (created by UserAgentInput)\n in label (created by UserAgentInput)\n in UserAgentInput (created by Connect(UserAgentInput))\n in Connect(UserAgentInput) (created by Toolbar)\n in div (created by Toolbar)\n in header (created by Toolbar)\n in Toolbar (created by Connect(Toolbar))\n in Connect(Toolbar) (created by App)\n in div (created by App)\n in App (created by Connect(App))\n in Connect(App)\n in Provider"
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by gluong@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e22f8708f313 class should be className in UserAgentInput. r=bradwerth
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 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
•