/storybook-mobx-decorators-example

Reproduces storybook issue https://github.com/storybooks/storybook/issues/6069 :bug:

Primary LanguageJavaScript

Storyboook 5.X MobX decorators example 🐛

Repository reproducing legacy MobX decorators issue in storybooks - storybookjs/storybook#6069

Created based on create-react-app.

How to see the issue? 🐛

  1. Install dependencies

    yarn install
  2. Start storybook server

    yarn storybook

    Browser on port 9009 will be opened.

  3. Open developers console and you will see the error there 🐛.

screenshot