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

TypeError: Cannot read properties of undefined (reading 'set') #617

Open
2 tasks
palmtown opened this issue Jan 16, 2022 · 0 comments
Open
2 tasks

TypeError: Cannot read properties of undefined (reading 'set') #617

palmtown opened this issue Jan 16, 2022 · 0 comments

Comments

@palmtown
Copy link

Steps to reproduce

(First please check that this issue is not already solved as described
here
)

  • Tell us what broke. The more detailed the better.
  • If you can, please create a simple example that reproduces the issue and link to a gist, jsbin, repo, etc.

Expected behavior

Solution provided to resolve Vue.set(state.keyedById, id, item) TypeError: Cannot read properties of undefined (reading 'set').

Actual behavior

Vue.set(state.keyedById, id, item) throws an error TypeError: Cannot read properties of undefined (reading 'set').

It seems "import Vue from 'vue'" is no longer supported

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working):
feathers-vuex

NodeJS version:
v16.13.0

Operating System:
Ubuntu

Browser Version:
Chrome Version 97.0.4692.71 (Official Build) (64-bit)

React Native Version:
n/a

Module Loader:
n/a

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

1 participant