You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it work in 2.0.0-beta.66
if change const todoList:Array<todoItem> = reactive([]);
to let todoList:Array<todoItem> = reactive([]);
the code will run;
and if the code run in setup function also run normal
System Info
vite version: 2.0.0-beta.66
Operating System: mac OS
Node version: v12.18.2
Package manager (npm/yarn/pnpm) and version:
Logs (Optional if provided reproduction)
[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next
at <ToDoList onVnodeUnmounted=fn ref=Ref< {} > >
at
at
[Vue error]: Uncaught (in promise) TypeError: Cannot read property 'type' of undefined
The text was updated successfully, but these errors were encountered:
Describe the bug
when i use setup in script, will not work
template
javascript
Reproduction
it work in 2.0.0-beta.66
if change
const todoList:Array<todoItem> = reactive([]);
to
let todoList:Array<todoItem> = reactive([]);
the code will run;
and if the code run in setup function also run normal
System Info
vite
version: 2.0.0-beta.66Logs (Optional if provided reproduction)
[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next
at <ToDoList onVnodeUnmounted=fn ref=Ref< {} > >
at
at
[Vue error]: Uncaught (in promise) TypeError: Cannot read property 'type' of undefined
The text was updated successfully, but these errors were encountered: