-
Notifications
You must be signed in to change notification settings - Fork 100
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
Vue Composition API v1.0.0-beta.14 breaks package #238
Labels
bug
Something isn't working
Comments
If anyone is looking for a workaround until this is fixed, add a resolution to your package.json for @vue/composition-api:
|
This is because the 1.0.0-beta.14 version of vue-composition-api has been updated and markReactive has been removed |
danielroe
pushed a commit
that referenced
this issue
Sep 16, 2020
was removed from `@vue/composition-api` closes #238
danielroe
added a commit
that referenced
this issue
Sep 16, 2020
* adds `version` export * removes `markReactive` export (#238) BREAKING CHANGES: removes `markReactive` export
danielroe
added a commit
that referenced
this issue
Sep 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 The bug
The new release of Vue Composition API (v1.0.0-beta.14) breaks this package. The new release removes the markReactive export (vuejs/composition-api#512), which the Nuxt Composition API currently depends on.
When attempting to compile our Nuxt app after updating the Vue Composition API, we get the following error:
🛠️ To reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: