Closed Gertiozuni closed 1 year ago
I have a case of using this in a modal, and gives this error on js part, and it is due to the fact that component.field is null instead of undefined.
component.field
null
undefined
https://github.com/alexwenzel/nova-dependency-container/blob/1c1b863477db2ed14ac86835609bb54e92a1beea/resources/js/components/FormField.vue#L97
thanks for helping
I have a case of using this in a modal, and gives this error on js part, and it is due to the fact that
component.field
isnull
instead ofundefined
.https://github.com/alexwenzel/nova-dependency-container/blob/1c1b863477db2ed14ac86835609bb54e92a1beea/resources/js/components/FormField.vue#L97