Michael Shilman
Michael Shilman
@dexster I think the proper fix here is to rework the way defaultValues are extracted in `compodoc.ts`. It's currently using `eval` which was to support the old way `argType.defaultValue` used...
Try running Storybook with the `--no-dll` flag?
@mverissimo did you try 6.1? ``` npx sb upgrade --prerelease ```
Not currently possible, adding it as a feature request
@ghengeveld another use case from Discord `#angular` channel ```js allExpand: button("Expand all", () => { openState.item1 = true; openState.item2 = true; }), allCollapse: button("Collapse all", () => { openState.item1 =...
Maybe we just warn about this rather than actually de-dupe?
@ophinjay Do you have a repro repo you can share?
Thanks @ophinjay 🙏 much appreciated
Is this still an issue in the latest release @jcq?
Possible dupe to https://github.com/storybookjs/storybook/issues/12255