Page MenuHomePhabricator

Invalid prop: type check failed for prop "modelValue"
Open, Needs TriagePublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:

load.php?lang=en&mod…r&version=1w36o:300
[Vue warn]: Invalid prop: type check failed for prop "modelValue". Expected String | Number | Null | Array, got Undefined  
  at <CdxToggleButtonGroup modelValue=undefined onUpdate:modelValue= 
(2) [ƒ, ƒ]
 buttons= 
(2) [{…}, {…}]
  ... > 
  at <CdxField> 
  at <NppSortDirRadio> 
  at <ListFilterMenu> 
  at <App >

image.png (586×1 px, 61 KB)

What should have happened instead?:

  • no devtools javascript console warnings

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

undefined should not show up there at all. This is a side-effect/symptom, not the actual issue.