dillingham / nova-conditional-fields

WIP: Conditionally display fields based on another field's value
MIT License
39 stars 3 forks source link

Cannot read property 'status' of undefined #10

Open yehudahkay opened 5 years ago

yehudahkay commented 5 years ago

I originally had success using this package, but I am now getting the error

Cannot read property 'status' of undefined

If i remove the package everything is working. I haven't been able to pin down any further information.

16hands commented 4 years ago

I also get this, if any fields are in a Condition -> fieldsWhen group Vue throws this error to the JS console:

`[Vue warn]: Error in v-on handler (Promise/async): "TypeError: Cannot read property 'status' of undefined"

found in

---> at resources/js/views/Update.vue

` and the page locks up Its a really useful package @dillingham, thank you for your effort with it
atymic commented 4 years ago

Also getting this issue.

iffifan commented 4 years ago

same issue for me too. any solution?

issour commented 4 years ago

Hi, same issue ;) Thx !!

EvgenyGulyaev commented 4 years ago

I have this error with Laravel 7.0 and Vue

njxqlus commented 4 years ago

Same. Nova 3.6

Tanariel commented 4 years ago

same here.

dillingham commented 4 years ago

Hey @Tanariel 👋

Can you provide some code samples?


~ Brian Dillingham (@im_brian_d)

evgeniyPP commented 4 years ago

Still not solved. Having the same problem when I use the library to render conditional selects.

jhayg12 commented 3 years ago

Hi @dillingham I also encountered the same error with others.

Laravel: 8.0 Nova: 3.0 Php: 7.3

here's how I used it on my code image

and here's the error I get on the console image

lvidal1 commented 3 years ago

Same issue here. Did anyone find a solution?

leesouthwart commented 3 years ago

Guessing no-one found a solution?

IcedElect commented 3 years ago

Same issue (

Pondake commented 2 years ago

Same issue. Package seems dead.