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

docs(SidebarExampleTransitions): fix look of the example #3997

Merged
merged 3 commits into from
Jul 27, 2020

Conversation

layershifter
Copy link
Member

Fixes #3884.

@@ -17,6 +17,12 @@
"rules": {
"no-restricted-imports": "off"
}
},
{
"files": ["**/*Example*.js"],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The requirement to have propTypes in examples is really annoying...

}

export default class SidebarExampleTransitions extends Component {
state = {
function SidebarExampleTransitions() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also moved to be functional component

@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2020

Codecov Report

Merging #3997 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3997   +/-   ##
=======================================
  Coverage   99.84%   99.84%           
=======================================
  Files         183      183           
  Lines        3157     3157           
=======================================
  Hits         3152     3152           
  Misses          5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8168146...95b88ec. Read the comment docs.

@vercel vercel bot temporarily deployed to Preview July 27, 2020 10:14 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sidebar: bottom slider not working as expected in an example
2 participants