stable

Clone or download

Read-only

Inform Vue in the PR overview that custom elements are used

Not doing it is problematic because Vue reserves the name of the component before trying to fallback. This can lead to conflicts between the different elements and unexpected warnings. See the Vue documentation for more information: https://vuejs.org/guide/extras/web-components.html#using-custom-elements-in-vue Part of request #33640 hybrids: 8.1.8 -> 8.2.2 Change-Id: I98431dd9182c529bfb3be3baaf45b7e7fcbe8343

Modified Files

Name
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Threads/OverviewNewCommentForm.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Threads/OverviewThreads.test.ts +2 −4 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/vite.config.ts +12 −1 Go to diff View file