Skip to content

Conversation

alchen
Copy link

@alchen alchen commented Jun 6, 2015

In the latest dev branch, I ran into an issue with assigning new values to props used by a component after its associated list of items in v-repeat has reduced in length.

It appears that some expired items are still watching for changes; they try to set undefined[prop] and fail.

JSFiddle: http://jsfiddle.net/alchen/42ht4eg0/

@yyx990803 yyx990803 closed this in 02c6392 Jun 6, 2015
@yyx990803
Copy link
Member

Thanks for reporting this! This is indeed caused by the latest commit on dev, but the fix doesn't really address the root cause. I've made the proper fix in the commit above.

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