darkowic / storybook-mobx-decorators-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 96.0%Language:HTML 2.6%Language:CSS 1.4%