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

Changed random timestamp used for props.key #58

Merged
merged 3 commits into from
Jan 2, 2019

Conversation

cryptoads
Copy link
Contributor

I made small changes to the cloneElement function in Utils.js. Instead of using Date.now() I used getUTCMilliSeconds() and it seems to have fixed the issue for me.

I was able to reproduce the "unique-key" issue easily with the original method by adding about 25
tags.

After changes I was unable to reproduce the issue.

@cryptoads
Copy link
Contributor Author

cryptoads commented Sep 3, 2018

@jstejada Are you good with the change or would you like me to change something?

Copy link
Owner

@jstejada jstejada left a comment

Choose a reason for hiding this comment

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

This looks good to me, although I'm not sure we should be updating node-sass in this commit

Copy link
Contributor Author

@cryptoads cryptoads left a comment

Choose a reason for hiding this comment

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

Change Request: reverted back to older version of node-sass

@cryptoads
Copy link
Contributor Author

@jstejada I reverted back to the older version of node-sass. Let me know if I need to make any more changes.

Copy link
Owner

@jstejada jstejada left a comment

Choose a reason for hiding this comment

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

@cryptoads looks godo to me! only final change is to remove the change to package.json and yarn.lock.

Thanks!

@cryptoads
Copy link
Contributor Author

cryptoads commented Dec 2, 2018

@jstejada finally pushed changes to my branch with changes to package.json and yarn.lock removed.

@jstejada jstejada merged commit 7452dc7 into jstejada:master Jan 2, 2019
@framerate
Copy link

🎉

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.

None yet

3 participants