I've been using your storybook-addon-badges package for a while, and it's working very well in Storybook 8.2.9. However, I have noticed something that has made me a little curious:
If I run up Storybook (using default URL of localhost:6006), and browse from component page to component page, I see a badges object logged to console for each page I visit:
It's not causing me any issues and everything is running, but I'm wondering if there is a way to turn it off please, at least until I need it if not permanently? It's polluting the console log area a little too often - it would be great to only have it displayed when needed...
Any thoughts please?
For info - I'm using Chrome, Storybook 8.2.9, and the set up has one custom badge showing on each component page.
I've been using your storybook-addon-badges package for a while, and it's working very well in Storybook 8.2.9. However, I have noticed something that has made me a little curious:
If I run up Storybook (using default URL of localhost:6006), and browse from component page to component page, I see a badges object logged to console for each page I visit:
It's not causing me any issues and everything is running, but I'm wondering if there is a way to turn it off please, at least until I need it if not permanently? It's polluting the console log area a little too often - it would be great to only have it displayed when needed...
Any thoughts please?
For info - I'm using Chrome, Storybook 8.2.9, and the set up has one custom badge showing on each component page.