-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
Reproduction
Steps to reproduce the bug
- Define a
$key
for a collection in the rules object - Add an item to the collection via any means
Expected behavior
The array collection is tracked using the provided $key
. Ideally this key will be used for tracking changes for $anyEdited
.
Actual behavior
An error is thrown: can't access property "$name", e is undefined
Environment information
@regle/x
version: ^1.8.0vue
version: ^3.5.13