Open
Description
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 me any result.
Steps to reproduce the behavior
- create a project using yarn v2 pnp
- add storybook and this addon
- run storybook to see the error
Expected behavior
no error
Screenshots and/or logs
Environment
N/A
Additional context
N/A
Workaround
in yarnrc.yml
packageExtensions:
"@storybook/addon-console@*":
dependencies:
prop-types: "*"