You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we leave the story of demo component for another story the mouseListener event will not be removed because detach function from behaviour is not fired
The text was updated successfully, but these errors were encountered:
zecka
pushed a commit
to zecka/storybook-drupal-addon
that referenced
this issue
Aug 28, 2024
We're actually pretty close to archiving this project as it's been superseded by https://www.drupal.org/project/storybook which doesn't need a separate JS addon. Do you have anything that's blocking you from switching over?
If you know you're going to have to use and maintain this library in the long term, we'd be open to figuring out a way to add or transfer maintainership to you.
If a component script attach an event to document or window this will create issue on story change.
Let's assume following component example
When we leave the story of demo component for another story the
mouseListener
event will not be removed because detach function from behaviour is not firedThe text was updated successfully, but these errors were encountered: