You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.3.0 removes @storybook/addon-knobs/register entrypoint which was present in version 6.2.9, and needed for older versions of storybook. This caused an unexpected breaking of the build on my app.
I think the appropriate way to handle this would be to deprecate 6.3.0 (via npm deprecate) to avoid consumers accidentally upgrading to this version, and releasing either 6.3.1 with the register file included, or 7.0.0 with the package as it is.
The text was updated successfully, but these errors were encountered:
Version 6.3.0 removes
@storybook/addon-knobs/register
entrypoint which was present in version 6.2.9, and needed for older versions of storybook. This caused an unexpected breaking of the build on my app.I think the appropriate way to handle this would be to deprecate
6.3.0
(vianpm deprecate
) to avoid consumers accidentally upgrading to this version, and releasing either6.3.1
with theregister
file included, or7.0.0
with the package as it is.The text was updated successfully, but these errors were encountered: