[0.46] Commits to cherry-pick
See original GitHub issueFix: use prop-types with React 16
react@16
(apeerDependency
) did away with thePropTypes
export in favor of theprop-types
module.
The issue has been fixed in master. I don’t think the fix made the 0.46-RC cut, so we’ll also need to cherry-pick them into v0.46.0-rc.3.
Fix dev reloading on Android
- c639a1f - fix dev reloading - related to #14533
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (12 by maintainers)
Top Results From Across the Web
git-cherry-pick Documentation - Git
git-cherry-pick - Apply the changes introduced by some existing commits ... With this option, git cherry-pick will let you edit the commit message...
Read more >Git Cherry Pick | Atlassian Git Tutorial
git cherry-pick is a powerful command that enables arbitrary Git commits to be picked by reference and appended to the current working HEAD....
Read more >How To Cherry Pick Git Commits - devconnected
This error is happening because Git is trying to merge the content of the cherry-picked commit with your current branch.
Read more >Git Cherry Pick: Getting the Exact Commit You Want | CloudBees
In this post, we'll take a comprehensive look at how cherry picking works in git along with examples and visuals.
Read more >How to git cherry-pick a commit example - TheServerSide.com
According to the official git documentation, the goal of a cherry-pick is to “apply the changes introduced by some existing commit.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v0.46.3 has been cut and will be released once https://circleci.com/gh/facebook/react-native/19569 finishes.
Releasing and closing this issue, thanks!