Feathers-vuex: Notate incompatability with feathers crow

Created on 29 Aug 2019  路  5Comments  路  Source: feathersjs-ecosystem/feathers-vuex

I understand that the current version is incompatible with the feathers crow release.

Until v2 is released, it would be helpful to put a disclaimer at the top of the main docs page notating the latest compatible versions of @feathersjs/feathers, @feathersjs/socketio-client, and @feathersjs/authentication-client to avoid confusion.

Most helpful comment

Pre-release is working like champ. thanks @marshallswain!

All 5 comments

@RubyRubenstahl I am getting an issue of "Cannot read property '_' of undefined" when I import FeathersVuex. Could this be part of the issue?

@twobitunicorn I'm pretty sure it's related. I'm getting the same issue currently.

For the record, the specific error I'm getting is:

getters.js?b50b:28 Uncaught TypeError: Cannot read property '_' of undefined
    at eval (getters.js?b50b:28)
    at Object../node_modules/feathers-vuex/lib/service-module/getters.js (app.js:2537)
    at __webpack_require__ (app.js:770)
    at fn (app.js:130)
    at eval (service-module.js?9849:14)
    at Object../node_modules/feathers-vuex/lib/service-module/service-module.js (app.js:2573)
    at __webpack_require__ (app.js:770)
    at fn (app.js:130)
    at eval (index.js?41ef:22)
    at Object../node_modules/feathers-vuex/lib/index.js (app.js:2489)

I'll post back if/when i get to a solution.

We need an annotation to use the pre-release version. Great idea.

As for the error you're seeing, I just fixed it in the pre-release: https://github.com/feathers-plus/feathers-vuex/issues/247

I've updated the README. Thanks for the suggestion.

Pre-release is working like champ. thanks @marshallswain!

Was this page helpful?
0 / 5 - 0 ratings