Skip to content

Revert "Merge branch 'shared-component-markdown-drawer' into 'master'"

Peter Hegman requested to merge revert-7d1f7f0d into master

What does this MR do and why?

Reverts !96011 (merged) Related to #379242 (closed)

This line in storybook/config/preview.js is causing issues with the compile-storybook as-if-foss job.

Vue.prototype.toJSON = () => {};

I tried to revert just this line in !102438 (closed) but unfortunately we have an issue with our CI config and I couldn't get the pipeline to run. Issue for that: #379249 (closed)

So it seems the best option is to revert the whole MR 😢

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

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.

Edited by Peter Hegman

Merge request reports