-
Notifications
You must be signed in to change notification settings - Fork 668
Cannot read property 'deps' of null #550
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
Comments
Also not sure why in the
I can't see what is wrong with the way I have added Vuetify to the localVue and Vue instance. So any insights would be greatly appreciated. |
@eddyerburgh Could you point me in the right direction as to where I could look into this so I could perhaps create a PR for a fix. Assuming this is a bug and not an issue with my code.. Thanks |
Thanks @eddyerburgh Is there a guide on getting the test utils running locally. I finally managed to get it to installed but getting lots of flow check errors when running the test suite. Wanted to get it to run locally before I looked into those files. |
You need to run |
Version
1.0.0-beta.14
Reproduction link
https://codesandbox.io/s/1pm8pzxm4
Steps to reproduce
Open the test tab to see the failing test.
What is expected?
Using
findAll
with.at()
to trigger a clickWhat is actually happening?
Test is failing with "Cannot read property 'deps' of null" message
I am storing open/close states in parent component and testing by triggering clicks in the scopedSlot component.
The text was updated successfully, but these errors were encountered: