alexwenzel / nova-dependency-container

A Laravel Nova field container allowing to depend on other fields values
MIT License
46 stars 33 forks source link

Cannot read properties of null (reading 'attribute') #26

Closed Gertiozuni closed 1 year ago

Gertiozuni commented 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.

https://github.com/alexwenzel/nova-dependency-container/blob/1c1b863477db2ed14ac86835609bb54e92a1beea/resources/js/components/FormField.vue#L97

alexwenzel commented 1 year ago

thanks for helping