mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:31:09 +08:00
Fix broken links in the deprecation warning for RN and Vue apps
This commit is contained in:
parent
920de11a16
commit
01c65a3c21
4
app/react-native/src/index.js
vendored
4
app/react-native/src/index.js
vendored
@ -17,10 +17,10 @@ export const getStorybookUI = preview.getStorybookUI.bind(preview);
|
||||
|
||||
export const action = deprecate(
|
||||
deprecatedAction,
|
||||
'@storybook/react action is deprecated. See: https://github.com/storybooks/storybook/tree/master/addon/actions'
|
||||
'@storybook/react action is deprecated. See: https://github.com/storybooks/storybook/tree/master/addons/actions'
|
||||
);
|
||||
|
||||
export const linkTo = deprecate(
|
||||
deprecatedLinkTo,
|
||||
'@storybook/react linkTo is deprecated. See: https://github.com/storybooks/storybook/tree/master/addon/links'
|
||||
'@storybook/react linkTo is deprecated. See: https://github.com/storybooks/storybook/tree/master/addons/links'
|
||||
);
|
||||
|
@ -14,10 +14,10 @@ export const getStorybook = previewApi.getStorybook;
|
||||
|
||||
// export const action = deprecate(
|
||||
// deprecatedAction,
|
||||
// '@storybook/react action is deprecated. See: https://github.com/storybooks/storybook/tree/master/addon/actions'
|
||||
// '@storybook/react action is deprecated. See: https://github.com/storybooks/storybook/tree/master/addons/actions'
|
||||
// );
|
||||
|
||||
// export const linkTo = deprecate(
|
||||
// deprecatedLinkTo,
|
||||
// '@storybook/react linkTo is deprecated. See: https://github.com/storybooks/storybook/tree/master/addon/links'
|
||||
// '@storybook/react linkTo is deprecated. See: https://github.com/storybooks/storybook/tree/master/addons/links'
|
||||
// );
|
||||
|
Loading…
x
Reference in New Issue
Block a user