Skip to content

Workaround missing slots in $scopedSlots in @vue/compat

Illya Klymov requested to merge xanf-fix-ugly-vue into master

What does this MR do and why?

Related to #386757 (closed)

This MR workarounds upstream issue https://github.com/vuejs/core/issues/8869

How to set up and validate locally

Run VUE_VERSION=3 yarn jest --maxWorkers 6 with and without this fix

Following numbers expected (723a0da8 is reference commit used in Before)

Failures Before After
Tests 4692 🎉 4399
Suites 838 🎉 821
Snapshots 241 🎉 239

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports