-
Notifications
You must be signed in to change notification settings - Fork 244
No Form Wizard - Errors #28
Comments
Hi @movepixels. Can you please provide your setup (vue version, vue-form-wizard version, component registration and usage) and maybe a stack trace/screenshot of this error 'active' of undefined? |
Could you please try the latest 0.6.1 version and see if the error reproduces? The private paths at least should be removed |
You might want to upgrade to vue 2.2.0 or above. I need some time to figure it . |
Latest version uses scoped slots which requires vue > 2.2.0, therefore closing this issue as it does not persist when vue version is higher than 2.2.0. Let me know if you have any updates after upgrading vue version. |
I have 0.6.2 version now but it gives error on some events not while shuffling the tabs. i think it has some problems with routes. please help. everything works fine but it just gives error in console - "[Vue warn]: Error in destroyed hook: "TypeError: Cannot set property 'active' of undefined" |
Can you show the code please? Maybe reproduce in a fiddle? |
Yes definitely, I will try to do it. but actually I am using electron, and I am using vue router, it occurs when I change the route, suddenly it shows that error. |
@amsanket22 I found the error myself when working on another project. It has been fixed and 0.6.3 does not contain the error anymore. It occurred when navigating to another page. I had some operations in the beforeDestroy hook which needed some more checks. |
@cristijora Yes, Update resolved my issue, thank you so much. I liked your support. |
@cristijora I found this error when using laravel inertial js with vue-form-wizard. |
I followed the guide, pretty straight forward but I am getting many errors.
[Vue warn]: Error when rendering component at C:\work\vue-tab-wizard\src\components\FormWizard.vue:
I dont even have a C:\work folder ???
And:
Uncaught TypeError: Cannot set property 'active' of undefined
I used the npm and tried straight download, both show the same errors.
Global and local registration.
Sidenote:
The docs state import 'vue-formwizard/dist/vue-form-wizard.min.css'
where it should be import 'vue-form-wizard/dist/vue-form-wizard.min.css', missing the dash between formwizard
The text was updated successfully, but these errors were encountered: