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
Vue getters, bindings of Vuex getters/mutations/actions or any methods or function properties listed on the right-hand side of devtools are missing the last character of their parameter, e.g. f(produc) instead of f(product).
What is expected?
Parameter names should be complete, no missing characters.
What is actually happening?
Vue getters, bindings of Vuex getters/mutations/actions or any methods or function properties listed on the right-hand side of devtools are missing the last character of their parameter, e.g. f(produc) instead of f(product).
Please see screenshot:
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Version
6.1.4
Browser and OS info
Chrome 101 / Windows 7 x64 / Vue 2.6.14 / Vuex 3.6.2
Steps to reproduce
Vue getters, bindings of Vuex getters/mutations/actions or any methods or function properties listed on the right-hand side of devtools are missing the last character of their parameter, e.g. f(produc) instead of f(product).
What is expected?
Parameter names should be complete, no missing characters.
What is actually happening?
Vue getters, bindings of Vuex getters/mutations/actions or any methods or function properties listed on the right-hand side of devtools are missing the last character of their parameter, e.g. f(produc) instead of f(product).
Please see screenshot:

The text was updated successfully, but these errors were encountered: