Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Revert vueOptionsNamespace changes from <script setup> commit #501

Merged
merged 3 commits into from
Sep 26, 2022
Merged

fix: Revert vueOptionsNamespace changes from <script setup> commit #501

merged 3 commits into from
Sep 26, 2022

Conversation

wolfgangwalther
Copy link
Contributor

As mentioned in #489 (comment), vue2-jest v29.1.0 broke custom block processors.

This PR just reverts a few changes of #489, which look unrelated to the PR and are entirely broken. There seemed to be a componentNamespace config option added - but this was documented nowhere and the default value for it was broken.

@lmiller1990
Copy link
Member

Can you please add a test so we don’t break it again?

thanks!

@wolfgangwalther
Copy link
Contributor Author

Added the custom-block test that was there for 3.x to 2.x as well. I confirmed that the test breaks before and passes after my fix.

Comment on lines -3 to -4
<span :class="this.$style.g"></span>
<span :class="this.$style.dark.f"></span>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stumbled across this.. and removed it as well. No this in <template>!

@lmiller1990 lmiller1990 self-requested a review September 26, 2022 00:36
@lmiller1990 lmiller1990 merged commit af89526 into vuejs:master Sep 26, 2022
@lmiller1990
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants