-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(api): Expose defaults #358
Conversation
d7cba67
to
e2595ae
Compare
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.
Nice!
circle.yml
Outdated
@@ -22,6 +22,7 @@ test: | |||
override: | |||
- yarn build | |||
- scripts/citests.sh: | |||
timeout: 1200 | |||
parallel: true |
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.
What issue were you seeing here?
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.
I'm still debugging this, this is not the right solution though.
iphone7 tests were timing out (still are) I thought we had too many stories but looking at saucelabs it seems like it's not completing correctly and re-trying.
It may be related to the picturebook update
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.
Looks like the issue is related to the storybook update and iphone 7. I'll look into it separately #359
2963679
to
f989f2b
Compare
f989f2b
to
9b3aa4e
Compare
🎉 This PR is included in version 16.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
import dev version in react while preserving unpkg compatibility.
Closes #357 #355 #342