chromaui / storybook-addon-pseudo-states

CSS pseudo-classes for Storybook
MIT License
88 stars 28 forks source link

Add pseudoDelay parameter #83

Closed shilman closed 5 months ago

shilman commented 1 year ago

DO NOT MERGE: This is for debugging a race condition in a customer setup. The theory is that the pseudostates are getting overridden by a custom decorator. By setting parameters.pseudoDelay to 100 or some other value, perhaps we can force it to apply last. If that works, we'll have more information to help fix their setup or possibly have a workaround if this is merged.