Disable console log "x store installed" is not working #2750
-
Reproductionhttps://stackblitz.com/edit/pinia-store-installed-repro?file=pages%2Findex.tsx Steps to reproduce the bug
Expected behaviorThere is no message in the console that the store was successfully initialized. Actual behaviorThere is a message in the console that the store has been successfully initialized. Additional informationI have the "Notify about new/deleted stores" setting turned off. When I enable the setting, my logs start to duplicate. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I tested and the log comes from the nuxt devtools. You can see it disappears if you disable devtools. It's weird because they do not appear on the page but they still seem to be active. My guess is that the nuxt devtools pinia panel has its own setting (hidden in this case) and that you have effectively two devtools running |
Beta Was this translation helpful? Give feedback.
-
Tried disabling nuxt devtools, logs disappeared. I can't find any way to disable pinia logs in nuxt devtools settings. Maybe there is some way to add this setting? |
Beta Was this translation helpful? Give feedback.
-
@posva hi, is it possible to add a setting to disable logs in nuxt devtools? |
Beta Was this translation helpful? Give feedback.
I tested and the log comes from the nuxt devtools. You can see it disappears if you disable devtools. It's weird because they do not appear on the page but they still seem to be active. My guess is that the nuxt devtools pinia panel has its own setting (hidden in this case) and that you have effectively two devtools running