storybookjs / addon-knobs

Storybook addon prop editor component
MIT License
12 stars 17 forks source link

build: make copy-to-clipboard an explicit dependency #36

Closed hydrosquall closed 3 years ago

hydrosquall commented 3 years ago

Motivation

When using this plugin inside a yarn 2 project, an error message is thrown because copy-to-clipboard was referenced even though it's not part of the package's dependencies.

https://github.com/storybookjs/addon-knobs/blob/127018283737fb71bdc14bc8daac808e247dcede/src/components/Panel.tsx#L6

Project owners can manually install copy-to-clipboard themselves, but including it within the library should saves people from an extra error message.

Notes