-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Describe the feature you'd like.
When debugging React components, Storybook is a very common way. Sometimes we need to check in Storybook whether its styles and functions are complete. So I hope that console.ninja can support Storybook.
here is my sample repo, use pnpm install first, then pnpm exec nx storybook @react-monorepo/lib-test-ui, we can open the storybook page:
For now, this console.log can't appears in console ninja, as well as the log from components.
