Reactive array throws an error when pushing new values #304
-
When working with a reactive array, I'm having a problem with pushing new values onto the proxied array. See the two examples below. If I add a new value by setting via an array index (see the first example), then everything works fine. However, if I add a new value by using array's
Despite the error, an entry is indeed added to the array.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is a minor issue that only appears in the ESM integration of VanX (technically, only Nonetheless, I just released VanX Thanks again for reporting! |
Beta Was this translation helpful? Give feedback.
This is a minor issue that only appears in the ESM integration of VanX (technically, only
<script>
and NPM integration of VanX are officially supported). The issue is very minor as only error messages will be logged, with no impact on the actual behavior.Nonetheless, I just released VanX
0.5.2
which fixed the issue.Thanks again for reporting!