From 45d40512736ad354c58a6e7fbc5931abe7859cb1 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Mon, 22 Aug 2022 12:56:32 +0200 Subject: [PATCH 1/2] remove refs in example --- code/examples/angular-cli/.storybook/main.ts | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/code/examples/angular-cli/.storybook/main.ts b/code/examples/angular-cli/.storybook/main.ts index ebf6ad5b5848..68356aa901ea 100644 --- a/code/examples/angular-cli/.storybook/main.ts +++ b/code/examples/angular-cli/.storybook/main.ts @@ -20,24 +20,6 @@ const mainConfig: import('@storybook/angular').StorybookConfig = { disableTelemetry: true, }, // These are just here to test composition. They could be added to any storybook example project - refs: { - react: { - title: 'ReactTS', - url: 'http://localhost:9011', - }, - first: { - title: 'Composition test one', - url: 'https://storybookjs.netlify.app/cra-ts-essentials', - }, - second: { - title: 'Composition test two', - url: 'https://storybookjs.netlify.app/cra-ts-essentials', - }, - third: { - title: 'Composition test three', - url: 'https://storybookjs.netlify.app/cra-ts-essentials', - }, - }, staticDirs: ['../src/assets'], features: { buildStoriesJson: false, From a4031817fb9d7bb7387268f46002b475c9cbe9a4 Mon Sep 17 00:00:00 2001 From: Michael Arestad Date: Mon, 22 Aug 2022 08:42:24 -0600 Subject: [PATCH 2/2] Update code/examples/angular-cli/.storybook/main.ts --- code/examples/angular-cli/.storybook/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/code/examples/angular-cli/.storybook/main.ts b/code/examples/angular-cli/.storybook/main.ts index 68356aa901ea..4fd2b7f8817e 100644 --- a/code/examples/angular-cli/.storybook/main.ts +++ b/code/examples/angular-cli/.storybook/main.ts @@ -19,7 +19,6 @@ const mainConfig: import('@storybook/angular').StorybookConfig = { channelOptions: { allowFunction: false, maxDepth: 10 }, disableTelemetry: true, }, - // These are just here to test composition. They could be added to any storybook example project staticDirs: ['../src/assets'], features: { buildStoriesJson: false,