immerjs / immer

Create the next immutable state by mutating the current one
https://immerjs.github.io/immer/
MIT License
27.5k stars 850 forks source link

In Vue 2's array, using push causes an error #1090

Closed badspider7 closed 6 months ago

badspider7 commented 7 months ago

🙋‍♂ Question

In Vue 2's array, using push causes an error,but others operation is ok

Link to repro

example

Environment

vue 2.6.10 immer latest

mweststrate commented 6 months ago

A screenshot is not a repro. Please follow the issue template.