Skip to content
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

Merged
merged 1 commit into from
Apr 6, 2017
Merged

[core] Random small fixes #6522

merged 1 commit into from
Apr 6, 2017

Conversation

oliviertassinari
Copy link
Member

  • 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).

@muibot muibot added the PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI label Apr 6, 2017
@@ -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')}
Copy link
Member Author

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",
Copy link
Member Author

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 = {
Copy link
Member Author

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.

@oliviertassinari oliviertassinari removed the PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI label Apr 6, 2017
@oliviertassinari oliviertassinari merged commit 95a1ceb into mui:next Apr 6, 2017
@oliviertassinari oliviertassinari deleted the small-fixes branch April 6, 2017 22:39
@zannager zannager added the core Infrastructure work going on behind the scenes label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants