chromaui / addon-visual-tests

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

Fix warnings in browser console #141

Closed ghengeveld closed 9 months ago

ghengeveld commented 9 months ago

Fixes AP-3814

This should also be a nice performance improvement, as we were needlessly setting up too many event listeners and had a bunch of crosstalk between them (I'm actually surprised it didn't make my browser really slow).

📦 Published PR as canary version: 0.0.113--canary.141.66e051a.0
:sparkles: Test out this PR locally via: ```bash npm install @chromaui/addon-visual-tests@0.0.113--canary.141.66e051a.0 # or yarn add @chromaui/addon-visual-tests@0.0.113--canary.141.66e051a.0 ```