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

fix(tile): update props to remove errors, update tile maxheight #4630

Merged
merged 9 commits into from
Nov 16, 2019
Merged

fix(tile): update props to remove errors, update tile maxheight #4630

merged 9 commits into from
Nov 16, 2019

Conversation

jendowns
Copy link
Contributor

@jendowns jendowns commented Nov 8, 2019

Closes #4609

Changelog

Changed

Also, optional but recommended:

  • expanded state shares a name with expanded prop. So to prevent confusion/collision, I suggest removing const { expanded } = this.state and just referencing this.state.expanded instead. using const { expanded: isExpanded } = this.state`

@jendowns jendowns requested a review from a team as a code owner November 8, 2019 20:06
@ghost ghost requested review from emyarod and joshblack November 8, 2019 20:06
@netlify
Copy link

netlify bot commented Nov 8, 2019

Deploy preview for the-carbon-components ready!

Built with commit 3c0361b

https://deploy-preview-4630--the-carbon-components.netlify.com

@netlify
Copy link

netlify bot commented Nov 8, 2019

Deploy preview for carbon-elements ready!

Built with commit 3c0361b

https://deploy-preview-4630--carbon-elements.netlify.com

@netlify
Copy link

netlify bot commented Nov 8, 2019

Deploy preview for carbon-components-react ready!

Built with commit 3c0361b

https://deploy-preview-4630--carbon-components-react.netlify.com

Copy link
Contributor

@asudoh asudoh left a comment

Choose a reason for hiding this comment

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

LGTM just a small suggestion - Thanks @jendowns!

Copy link
Member

@emyarod emyarod left a comment

Choose a reason for hiding this comment

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

looks good to me

@jendowns
Copy link
Contributor Author

Thanks @joshblack! Just applied your suggestion 👍

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.

React warnings in console with ExpandableTile
4 participants