Note: Search preview is not displayed when &debug=true.
- Perform any search on Special:Search in betalabs (with &debug=true and Vue devtools browser extension installed), e.g. https://en.wikipedia.beta.wmflabs.org/w/index.php?search=cat&title=Special:Search&profile=advanced&fulltext=1&ns0=1&debug=true&quickView=Andean+mountain+cat
- Click to see search preview for any article - the arrow will be displayed, but clicking on it will not display the search preview:
The Console displays several Vue warnings:
[Vue warn]: (deprecation GLOBAL_PROTOTYPE) Vue.prototype is no longer available in Vue 3. Use app.config.globalProperties instead.
[Vue warn]: Directive "i18n-html" has already been registered in target app.
[Vue warn]: (deprecation CONFIG_WHITESPACE) Vue 3 compiler's whitespace option will default to "condense" instead of "preserve". To suppress this warning, provide an explicit value for `config.compilerOptions.whitespace`
[Vue warn]: Extraneous non-props attributes (role, tabindex, title, aria-label) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. at <QuickView key=0 class="mw-app-view-desktop mw-search-quick-view" ... > at <SearchVue role="dialog" tabindex="-1" title="Search Preview" ... > at <SearchVue>
[Vue warn]: Missing required prop: "source" at <QuickViewImage key=0 width=90 height=74 ... > at <QuickView key=0 class="mw-app-view-desktop mw-search-quick-view" ... > at <SearchVue role="dialog" tabindex="-1" title="Search Preview" ... > at <SearchVue>
[Vue warn]: Invalid prop: type check failed for prop "src". Expected String with value "undefined", got Undefined at <ImageWithLoadingBackground key=undefined src=undefined alt=null ... > at <QuickViewImage key=0 width=90 height=74 ... > at <QuickView key=0 class="mw-app-view-desktop mw-search-quick-view" ... > at <SearchVue role="dialog" tabindex="-1" title="Search Preview" ... >
[Vue warn]: (deprecation WATCH_ARRAY) "watch" option or vm.$watch on an array value will no longer trigger on array mutation unless the "deep" option is specified. If current usage is intended, you can disable the compat behavior and suppress this warning with: configureCompat({ WATCH_ARRAY: false })