-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
return (0, c.BX)(a.Fragment, {
children: [
(0, c.tZ)(t, {
children: (0, c.tZ)(s.Z, {
onSubmitError: (e) => {
(0, n.Iw)(
(0, i._N)("Something went wrong! [error]", { error: e })
);
},
children: w.map((e) => (0, c.tZ)(o.Z, { field: e }, e.name)),
}),
}),
],
});
This is the simplified minified snippet for this original:
The name is being detected as <object>.childrenchildrenonSubmitError, whereas it should probably just be <object>.onSubmitError.
The parent object is being passed as an argument to a function call at which point we should stop our search upwards the syntax tree.
Metadata
Metadata
Assignees
Labels
No labels