Closed fglendrange closed 10 months ago
First issue I see is that you've wrapped the name of the addon inside an array :
const config: StorybookConfig = { stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"], addons: [ getAbsolutePath("@storybook/addon-links"), getAbsolutePath("@storybook/addon-essentials"), getAbsolutePath("@storybook/addon-interactions"), getAbsolutePath('@storybook/addon-a11y'), 'storybook-design-token' ],
First issue I see is that you've wrapped the name of the addon inside an array :