chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
31 stars 2 forks source link

Replace the design system with local source files #171

Closed yannbf closed 6 months ago

yannbf commented 6 months ago

Second attempt at fixing the issue, this time with a bit more harsh measure: copy the files used from @storybook/design-system, and get rid of the dependency altogether (for now at least)

Turns out this fixed the issue and it runs OK on a project:

image

But there are consequences locally that caused CI failures and such.

👉 Please make sure to test the canary really well before merging

📦 Published PR as canary version: 1.0.3--canary.171.b614185.0
:sparkles: Test out this PR locally via: ```bash npm install @chromatic-com/storybook@1.0.3--canary.171.b614185.0 # or yarn add @chromatic-com/storybook@1.0.3--canary.171.b614185.0 ```