Replies: 1 comment
-
I try to have the console in my projects as clean as possible, and on every new project using pinia the first thing I do is disable that notification |
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.
-
What problem is this solving
In order to filter out noise, I think the message
🍍 "auth" store installed 🆕
should be made withconsole.debug()
instead ofconsole.log()
, in the same fashion of Vite, which use console.debug():Proposed solution
Log the "store installed" messages with
console.debug
Describe alternatives you've considered
N/A
Beta Was this translation helpful? Give feedback.
All reactions