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: remove markReactive export #239

Conversation

JamieCurnow
Copy link
Contributor

Fixes #238

Looks like the only place in the codebase where markReactive was mentioned was in entrypoint.ts where it was just being exported from @vue/composition-api. All I have done here is to remove the export which seems to fix the issue for me.

I guess this could be a breaking change if someone was relying on importing markReactive from the package, but this is in line with @vue/composition-api so the change would need to be handled anyway.

@vercel
Copy link

vercel bot commented Sep 16, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nuxt-community/composition-api/gvyaq24bc
✅ Preview: https://composition-ap-git-fork-jamiecurnow-fix-238-vue-composit-3e455c.nuxt-community.vercel.app

Copy link
Member

@danielroe danielroe left a comment

Choose a reason for hiding this comment

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

Great - thanks!

@danielroe danielroe changed the title Fix #238 remove markReactive export fix: remove markReactive export Sep 16, 2020
@danielroe danielroe merged commit d455d0f into nuxt-community:main Sep 16, 2020
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.

Vue Composition API v1.0.0-beta.14 breaks package
2 participants