storybook-addon-console icon indicating copy to clipboard operation
storybook-addon-console copied to clipboard

storybook-addon. Redirects console output into action logger panel

Results 17 storybook-addon-console issues
Sort by recently updated
recently updated
newest added

### Describe the bug If I add this addon to my storybook v6, it throws an error and storybook doesn't start-up. ### Steps to reproduce the behavior 1. Setup Storybook...

bug

Is there a way to clear the logs on story change?

Hi. Do you plan to support v6 of storybook react?

### Describe the bug This addon requires `prop-types` as a direct dependency, but does not declare it in either dependencies or peerDependencies. A quick search in issues does not give...

bug

Right now, if I changed the `` to `` the output in the actions panel is much better, but I don't see where the message is actually getting wrapped in...

Nothing is displayed when using console.dir. Can we make it work for this as well?

bug

It would be great if this project included types to improve its compatibility with typed languages such as TypeScript.

help wanted

Is this addon compatible with MDX?

Is there a way to output the real object instead of "Object" Now I need to add JSON.stringify to debug

I didn't find a way to wrap only `console.log` attempt to be sent to the console add-on, while keeping normal behavior (browser's console) for `console.warn` or `console.error`. I think that...

help wanted