/mutation-observer-storybook

A repo to reproduce mutation observer issue in Storybook

Primary LanguageTypeScript

Mutation Observer issue Storybook

Reproduce issue regarding Mutation Observer in Storybook

Installation

npm install

Reproduce the issue

Run

npm run open-browser

It'll open browser with a specified web components. Check the dev tools to see the mutations log

Then compare with Storybook

npm run storybook

Click the component name, and check the dev tools. You won't see the mutations log.