Getters don't display when production devtools are enabled #1934
Unanswered
mrleblanc101
asked this question in
Help and Questions
Replies: 1 comment
-
@posva Why was this converted to a discussion ? You can reproduced if you open the devtools on the URL I provided. The state is correct in dev and prod mode. The getters only in dev mode. There is no error in the console so I believe this is a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction
https://mrleblanc101.github.io/neobigben/
Steps to reproduce the bug
nuxt.config.ts
to enable devtools in production mode:yarn generate
.In dev:

In prod:

Expected behavior
Getter should be disabled wether devtools in enabled in development or production mode.
Actual behavior
Getter are only displayed in devtools is enabled in developement mode.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions