Oleg Proskurin
Oleg Proskurin
Hey guys! Additionally it breaks on new lines withing qotes so if text contains multilines it interprets it as a new row
Hey @alexvandervegt Haven't you noticed those small triangle icons at the left of each line?  You can use them to expand any nesting objects
In general I see the problem. This addon is using "actions panel" from addon-actions to output logs. But probably in the next version we'll need to switch to own panel...
Hm... are you passing regular js array? could you test it with something simple?
will need to check it. @alexvandervegt what versions of Storybook and addon are you using?
Yes such PR would be very appreciated :+1:
looks like it's something that we could improve in this addon
@boatcoder we currently reuse `addon-action` for outputting logs. This actually makes this addon simpler to maintain. But we have to stick with addon-action options. I consider switching to separate own...
probably you need that file https://github.com/storybookjs/storybook/blob/next/addons/actions/src/components/ActionLogger/style.tsx if you want to create a PR to addon-actions
Yes I think I'd add this. But I can't give any eta. Any PRs are also welcome