Closed
Description
Version
3.2.0-beta.7
Reproduction link
this is inline example that does not work an raise the error
// [1,2,3] inline array
v-for="v,k in [1,2,3]"
the following will work as expected ( when arr = [1,2,3] )
v-for="v,k in arr"
Steps to reproduce
open sfc
- click inc button 3 times, when v-memo trigger a change the error will show.
What is expected?
no error
What is actually happening?
Uncaught (in promise): can't access property "el", oldVNode is undefined