Skip to content

Fixes widget extensions being unmounted too soon

Phil Hughes requested to merge ph/362015/extensionsTeardown into master

What does this MR do and why?

This fixes a bug where widget extensions can get un-mounted and then re-mounted even though nothing has changed. This gets caused by the way props where being set and Vues reactivity system. Instead of creating props this creates computed props which means only the computed prop updates, not all the props.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Closes #362015 (closed)

Merge request reports