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

Es6ify scrollbuttons #22376

Merged
merged 3 commits into from May 14, 2018
Merged

Es6ify scrollbuttons #22376

merged 3 commits into from May 14, 2018

Conversation

Hamms
Copy link
Contributor

@Hamms Hamms commented May 12, 2018

Also fix react/no-string-refs, which as a side effect required the addition of string keys to satisfy Radium

@Hamms Hamms requested a review from joshlory May 12, 2018 00:34
@Hamms
Copy link
Contributor Author

Hamms commented May 12, 2018

Hamms added 3 commits May 14, 2018 11:28
Radium requires elements with interactive styles (in this case,
':hover') to have a unique key set using either the ref or key prop.
Unfortunately, it doesn't support callback refs (see
FormidableLabs/radium#385), so since the string
refs here were just updated to callback refs we need to add keys
@Hamms Hamms requested review from islemaster and removed request for joshlory May 14, 2018 18:34
Copy link
Contributor

@islemaster islemaster left a comment

Choose a reason for hiding this comment

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

Looks great!

@Hamms Hamms merged commit 7c69c16 into staging May 14, 2018
@Hamms Hamms deleted the es6ify-scrollbuttons branch May 14, 2018 22:00
Hamms added a commit that referenced this pull request May 15, 2018
I typoed the key names in
#22376, so only one of
the scroll buttons was rendering when in minecraft mode
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

2 participants