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
We deprecate "built-in addons", add warnings and remove them from core code. So we start to use it as "core addons": we need to install these packages and require them to use. We left a few unfinished issues with that, that could confuse developers during switching from v2 -> v3
main issue: #1017
Why
We deprecate "built-in addons", add warnings and remove them from core code. So we start to use it as "core addons": we need to install these packages and require them to use. We left a few unfinished issues with that, that could confuse developers during switching from v2 -> v3
deprecation warning
What
Update code:
remove these packages from
@storybook/[email protected]
dependencyFix broken link in the deprecation warning [typo fix in deprecate message #1366]
Add "use instead" to the deprecation warning
stolen from React propTypes:
Update docs:
clarify that it's necessary to be installed
clarify that it's necessary to register them [add step for import addon-action to addons.js file before start using it #1327, Update README: mention that addon-links needs to be registered manually #1835]
add
LinkTo
into https://github.com/storybooks/storybook#addonsUpdate getstorybook:
The text was updated successfully, but these errors were encountered: