[Vuejs]-Using commit in actions with promises returns 'Getters & Setters'

0đź‘Ť

âś…

Are you using Firefox? Others experienced similar issues but for them it seemed to work on chrome. Apparently, Firefox shows “Setters & Getters” in the console but the underlying values are correct.

-> Switch to Chrome and see if the issue remains.


References

Vue Getter & Setter instead of the actual values in backend response

https://discourse.mozilla.org/t/webextension-apis-made-as-getter-setter-lazily-evaluating-to-functions-beware-of-mocking-for-unit-tests/30849

Leave a comment