Merge branch 'master' into ndelangen/upgrade-react

This commit is contained in:
Filipp Riabchun 2017-09-30 08:09:58 -07:00 committed by GitHub
commit d1a607e89a

View File

@ -59,7 +59,7 @@ yarn bootstrap --core
cd examples/cra-kitchen-sink
# make changes to try and reproduce the problem, such as adding components + stories
yarn start storybook
yarn storybook
# see if you can see the problem, if so, commit it:
git checkout "branch-describing-issue"