question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[0.46] Commits to cherry-pick

See original GitHub issue

Fix: use prop-types with React 16

react@16 (a peerDependency) did away with the PropTypes export in favor of the prop-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:closed
  • Created 6 years ago
  • Comments:15 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
hramoscommented, Jul 14, 2017

v0.46.3 has been cut and will be released once https://circleci.com/gh/facebook/react-native/19569 finishes.

0reactions
grabboucommented, Jul 17, 2017

Releasing and closing this issue, thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found