-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CRA React15 example to test back-compat #6475
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-tech-example-for-cra15-support.storybook.now.sh |
|
||
addParameters({ | ||
options: { | ||
theme: create({ colorPrimary: 'hotpink', colorSecondary: 'orangered' }), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think you should comment out the theme to stop this from breaking next
? Will still make it much easier to test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Conflicts: # yarn.lock
@shilman please take a look it should work now |
addons/storyshots/storyshots-core/src/frameworks/angular/helpers.ts
Outdated
Show resolved
Hide resolved
# Conflicts: # yarn.lock
22f3a9c
to
06386b3
Compare
# Conflicts: # yarn.lock
# Conflicts: # yarn.lock
# Conflicts: # yarn.lock
# Conflicts: # yarn.lock
Issue: #6474
What I did
Added an example using react15 to the repo to demonstrate a problem with theming
How to test
Note that if you run this example using
5.0.x
and DON'T theme, it seems to work OK