Open martinhla opened 16 hours ago
Thanks for the report! I must have missed something with nested collections callbacks. I'll take a look
Luckily just a mistake on my part on an undefined check, easy fix. Will be pushed in the next update 👍
thanks for fix. i will try that after update 👍
Hi, I'm encountering an error while validating collections with the following configuration:
When I attempt to add a level:
{ name: 'a', localizations: [{ name: 'a' }] }
, I receive the following error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '0')Reproduction: https://stackblitz.com/edit/vitejs-vite-wa6v5z?file=src%2FApp.vue just click on add level button and you will see the error