Skip to content

Commit

Permalink
Merge pull request #22095 from storybookjs/add_addon_query_params_to_…
Browse files Browse the repository at this point in the history
…incompatible

CLI: Add addon query-params to list of SB7 incompatible addons
  • Loading branch information
yannbf committed Apr 19, 2023
2 parents 7006bc6 + b9d2808 commit c10da37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const getIncompatibleAddons = async (mainConfig: StorybookConfig) => {
'storybook-addon-mock': '3.2.0',
'@chakra-ui/storybook-addon': '4.0.16',
'storybook-mobile-addon': '1.0.2',
'@storybook/addon-queryparams': '6.2.9',
};

const addons = getAddonNames(mainConfig).filter((addon) => addon in incompatibleList);
Expand Down

0 comments on commit c10da37

Please sign in to comment.