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

Replace uniqueId with uuid #554

Merged
merged 1 commit into from
Sep 10, 2019
Merged

Replace uniqueId with uuid #554

merged 1 commit into from
Sep 10, 2019

Conversation

RobbieTheWagner
Copy link
Member

Closes #550

@chuckcarpenter do you foresee any issues with replacing the old step-1, step-2 style ids with uuid? The thought here is we can reduce code, and use uuid for all ids, as well as guarantee ids are unique.

@chuckcarpenter
Copy link
Member

The use case where this was used, can be met with the classes prop on a step. So this should be good.

Copy link
Member

@chuckcarpenter chuckcarpenter left a comment

Choose a reason for hiding this comment

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

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.

Reuse uniqueId logic
2 participants