Open deerawan opened 2 years ago
Seeing this too
Is this still an issue on 7.0?
Migration guide: https://storybook.js.org/migration-guides/7.0
I believe this is still the case for 7.0. I guess the mutationObserver basically cannot observe the element in iframe? is there a way we can disable the iframe in preview?
Describe the bug Mutation Observer
childList
is not detected on Storybook.This is for
index.html
that specifies the component. See thatmutations
log existsBelow is Storybook, no
mutations
log displayedTo Reproduce It's reproducible in this repo https://github.com/deerawan/mutation-observer-storybook
Important files:
action-group.ts
(link)index.html
(link)action-group.stories.ts
(link)System