chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
28 stars 1 forks source link

Fix closing multiple notifications of the same type #329

Closed ghengeveld closed 12 hours ago

ghengeveld commented 2 days ago

Fixes #244

Storybook has a bug that prevents notifications from being closed if there's multiple notifications with the same id. This PR ensures every notification has a unique ID to avoid this issue.