You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pagination data should be accessible and usable inside of FeathersVuexPagination
Actual behavior
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '$limit')
at ReactiveEffect.eval [as fn] (FeathersVuexPagination.js?4af6:36)
at ReactiveEffect.run (reactivity.esm-bundler.js?0a2b:160)
at ComputedRefImpl.get value [as value] (reactivity.esm-bundler.js?0a2b:1087)
at lq (FeathersVuexPagination.js?4af6:72)
at callWithErrorHandling (runtime-core.esm-bundler.js?9e79:6987)
at ReactiveEffect.getter [as fn] (runtime-core.esm-bundler.js?9e79:7332)
at ReactiveEffect.run (reactivity.esm-bundler.js?0a2b:160)
at Array.job (runtime-core.esm-bundler.js?9e79:7368)
at flushPreFlushCbs (runtime-core.esm-bundler.js?9e79:7160)
at updateComponentPreRender (runtime-core.esm-bundler.js?9e79:4664)
The error is referencing this in FeathersVuexPagination.js:
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.
setup vue 3 and feathers-vuex
use feathers-vuex-pagination
Expected behavior
Pagination data should be accessible and usable inside of FeathersVuexPagination
Actual behavior
The error is referencing this in FeathersVuexPagination.js:
There is no
props.value
, it was completely replaced byprops.modelValue
.System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
NodeJS version:
v16.13.1
Operating System:
Ubuntu 20.04
Browser Version:
Chrome 97
React Native Version:
N/A
Module Loader:
Webpack 5 / quasar 2
The text was updated successfully, but these errors were encountered: