Skip to content

Fix #321, add test case for prop-less components. #324

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

Closed
wants to merge 1 commit into from

Conversation

rmarren1
Copy link
Contributor

@rmarren1 rmarren1 commented Aug 7, 2018

@rmarren1
Copy link
Contributor Author

rmarren1 commented Aug 7, 2018

^ added a new percy screenshot

@rmarren1 rmarren1 requested review from chriddyp and T4rk1n August 7, 2018 22:51
Copy link
Contributor

@T4rk1n T4rk1n left a comment

Choose a reason for hiding this comment

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

💃

@@ -378,7 +378,7 @@ def __repr__(self):
'{:s}=Component.UNDEFINED'.format(p))
for p in prop_keys
if not p.endswith("-*") and
Copy link
Contributor

Choose a reason for hiding this comment

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

Could also fix the import problem with dash_flow_example by changing to p.endswith('*'), but I guess it should be changed in the dash_flow_example repo to a valid wildcard attribute like you proposed in #319.

@chriddyp
Copy link
Member

Closing this in preference for #325. Let me know if that's not right :)

@chriddyp chriddyp closed this Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants