-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[core] Random small fixes #6522
Conversation
oliviertassinari
commented
Apr 6, 2017
- PR has tests / docs demo, and is linted.
- Commit and PR titles begin with [ComponentName], and are in imperative form: "[Component] Fix leaky abstraction".
- Description explains the issue / use-case resolved, and auto-closes the related issue(s) (http://tr.im/vFqem).
@@ -106,21 +106,21 @@ export default function AppRouter() { | |||
<Route | |||
title="Color" | |||
path="/style/color" | |||
content={requireMarkdown('./style/color/color.md')} | |||
content={requireMarkdown('./style/color.md')} |
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.
Fix and normalize edit
path.
@@ -57,7 +57,7 @@ | |||
"keycode": "^2.1.8", | |||
"lodash": "^4.17.4", | |||
"object-assign": "^4.1.1", | |||
"react-event-listener": "^0.4.3", | |||
"react-event-listener": "^0.4.4", |
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.
For the next version of React.
} | ||
export const CheckboxDocs = () => <span />; | ||
|
||
CheckboxDocs.propTypes = { |
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.
For removing the docs in production.