Hello,
I use Firestore as database. I have a simple form that should save plain data along with array of strings. I get an error whenever I try to save the form. The error says:
Action Failed
TypeError: undefined is not an object (evaluating '(a()
(n)?n:void 0).map’)
If I remove this field from the form, it can be saved correctly.
Please check screenshots with more details:
Thanks for your help!