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

Vue.set does not work with reactive objects (regression in beta 15) #550

Closed
danielroe opened this issue Oct 4, 2020 · 0 comments · Fixed by #551
Closed

Vue.set does not work with reactive objects (regression in beta 15) #550

danielroe opened this issue Oct 4, 2020 · 0 comments · Fixed by #551
Assignees

Comments

@danielroe
Copy link
Member

danielroe commented Oct 4, 2020

Vue.set is now failing on reactive objects (but only on SSR):

const a = reactive({})
Vue.set(a, 'prop', 'value')

See https://codesandbox.io/s/wizardly-glitter-v9nd0?file=/pages/index.vue for a reproduction.

nuxt-community/composition-api#251

@antfu antfu self-assigned this Oct 4, 2020
antfu added a commit to antfu/composition-api that referenced this issue Oct 4, 2020
danielroe added a commit to danielroe/vue-sanity that referenced this issue Oct 9, 2020
antfu added a commit that referenced this issue Oct 10, 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 a pull request may close this issue.

2 participants