Skip to content

Function parameters missing last character #1852

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

Closed
lorand-horvath opened this issue Apr 29, 2022 · 0 comments
Closed

Function parameters missing last character #1852

lorand-horvath opened this issue Apr 29, 2022 · 0 comments

Comments

@lorand-horvath
Copy link

lorand-horvath commented Apr 29, 2022

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:
image

@Akryum Akryum closed this as completed in 0247fdc May 8, 2022
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