-
Notifications
You must be signed in to change notification settings - Fork 47.1k
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
Add attributes used in input[type=range] #38
Conversation
Change looks fine, if you can just put them in alphabetical order with the rest of the DOM properties I can merge. |
Thanks @camspiers ! This is ready to go in. I actually want to wait until @zpao is around to merge (he's the one who is working on our internal<->github stuff). src/ gets synced back and forth from our internal repo, so I don't want your pull to go in here and then somehow get overwritten when the sync happens (that way you keep attribution). @zpao knows how this works though. Thanks! |
Sounds good :) |
We're still working out the kinks but let's just merge this in and figure out the rest later. We'll never overwrite history in this repo so there will always be record of it :) Thanks Cam! |
Add attributes used in input[type=range]
Fix casing on store import
Test Plan === 1. `yarn lint` 1. `yarn flow`: Speedscope no longer has any errors (Flow type generation fixed in updated Speedscope fork). Works towards #38 1. `yarn test` 1. `yarn start`
Summary === 1. Fix some errors manually 1. Copy some updated ContextMenu code from original React sources Resolves #38. Test Plan === 1. `yarn flow`: No errors 1. `yarn lint` 1. `yarn test` 1. `yarn start`: Everything still works, especially the context menu.
Test Plan === 1. `yarn lint` 1. `yarn flow`: Speedscope no longer has any errors (Flow type generation fixed in updated Speedscope fork). Works towards #38 1. `yarn test` 1. `yarn start`
Summary === 1. Fix some errors manually 1. Copy some updated ContextMenu code from original React sources Resolves #38. Test Plan === 1. `yarn flow`: No errors 1. `yarn lint` 1. `yarn test` 1. `yarn start`: Everything still works, especially the context menu.
Test Plan === 1. `yarn lint` 1. `yarn flow`: Speedscope no longer has any errors (Flow type generation fixed in updated Speedscope fork). Works towards #38 1. `yarn test` 1. `yarn start`
Summary === 1. Fix some errors manually 1. Copy some updated ContextMenu code from original React sources Resolves #38. Test Plan === 1. `yarn flow`: No errors 1. `yarn lint` 1. `yarn test` 1. `yarn start`: Everything still works, especially the context menu.
Allows for:
I have completed the CLA.