-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'status' of undefined #10
Comments
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 |
Also getting this issue. |
same issue for me too. any solution? |
Hi, same issue ;) |
I have this error with Laravel 7.0 and Vue |
Same. Nova 3.6 |
same here. |
Hey @Tanariel 👋 Can you provide some code samples? ~ Brian Dillingham (@im_brian_d) |
Still not solved. Having the same problem when I use the library to render conditional selects. |
Hi @dillingham I also encountered the same error with others. Laravel: 8.0 |
Same issue here. Did anyone find a solution? |
Guessing no-one found a solution? |
Same issue ( |
Same issue. Package seems dead. |
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.
The text was updated successfully, but these errors were encountered: