Skip to content
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 properties of undefined (reading 'call') #170

Open
craigvindico opened this issue Jun 17, 2022 · 3 comments
Open

Cannot read properties of undefined (reading 'call') #170

craigvindico opened this issue Jun 17, 2022 · 3 comments

Comments

@craigvindico
Copy link

Firstly thanks for creating this library, but ive just tried to implement it and im getting the following console error:

vue-json-csv.common.js?2347:5361 Uncaught TypeError: Cannot read properties of undefined (reading 'call')

The vue application builds fine.

@darrenparkinson
Copy link

Hi. I get the same as this too -- did you work it out?

@darrenparkinson
Copy link

Ah, it's because v2.0.0 switched to Vue 3 and this app is still using Vue 2. I updated my app to use "vue-json-csv": "^1.2.12", and it started working...

@aschalund
Copy link

Ah, it's because v2.0.0 switched to Vue 3 and this app is still using Vue 2. I updated my app to use "vue-json-csv": "^1.2.12", and it started working...

Nice catch. This solved the issue for me. This should be added to the readme (unless I just missed it?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants