I'm not sure if I'm doing something wrong, but since the bump I'm getting that error when using a <select multiple> component with a name that contains a path to an array.
The name passed to Field is roles[${idx}].scopes and I made sure that there is indeed an array inside of scopes.
I'm not sure if I'm doing something wrong, but since the bump I'm getting that error when using a
<select multiple>component with a name that contains a path to an array.The name passed to
Fieldisroles[${idx}].scopesand I made sure that there is indeed an array inside ofscopes.