-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[docs] Batch small changes #17435
[docs] Batch small changes #17435
Conversation
Details of bundle changes.Comparing: 3103cc3...44dcb54
|
05cf3a5
to
ed138fb
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.
[docs] All the components should forward the ref (5ba2f33): sync with the docs, open the opporunity for bug reports.
Some either don't do this or it isn't tested. This is why https://github.com/mui-org/material-ui/blob/0dd52ac0d614ab428f580b69ffe90c829c46d62b/docs/src/modules/utils/generateMarkdown.js#L302 exists.
Ok, thanks, I revert. |
We were mixing the two approaches. function > arrow was more popular in the codebase. https://softwareengineering.stackexchange.com/questions/364086/why-use-const-foo-instead-of-function-foo/364110#364110
ed138fb
to
44dcb54
Compare
* [docs] Batch small changes (mui#17435) * [docs] Add synonyms for brand icons (mui#17455) * [docs] Add synonyms for brand icons * Remove Ic prefixed icons * [docs] Improve in-site search (mui#17450) * [ButtonBase] Fix blurry text issue (mui#17453) * [docs] Revert hits per page change (mui#17458) * [docs] Fix heading format in CONTRIBUTING.md (mui#17460) * [Chip] Load the right version of Avatar (mui#17469) * [TablePagination] Merge root classes properly (mui#17467) * [Breadcrumbs] Improve API docs (mui#17468) * [TextField] Handle Chrome autofill (mui#17436) * [docs] Clarify props spread for ListItem when button flag is set (mui#17466)
- [docs] All the components should forward the ref (5ba2f33): sync with the docs, open the opporunity for bug reports.