-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
React Packager "Unexpected raw mappings" in 0.43.0-rc.2 #12895
Comments
+1
|
+1 |
Getting this constantly now. |
+1 |
edit: I removed each of these plugins one at a time from my installation and the error continues so they don't seem to be the issue Me too. Maybe a plugin causing it? Do we have anything in common? |
We use react-native-linear-gradient and react-native-swipe-gestures |
I think I found a way around this issue, at least for my setup. |
+1 |
+1. Additional Informationreact-native-cli: 2.0.1 |
+1 |
+1 "react-native": "0.43.3", |
+1 Update: disabling remote JS debugging kinda fixes it. |
+1 |
+1!! |
Here is my solution but I don't know why it works.
|
I am getting this as well.
|
+1!!!! Extremely annoying. |
This still happens, has any facebook dev replied to this? Literally last couple react-native versions have been so crap :( |
This is also happening to me. Really annoying. |
Same issue by me with |
any workaround yet ? |
I've been having this issue, but I can pin-point it to a line. findContent(block: Block): string {
const contentBlock = block.descendants[0];
if (typeof contentBlock.content === 'string') {
return contentBlock.content; // << Here
}
return '';
} When I change it to JS Dev Mode: off |
Impossible to debug because of this disruptive error. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Description
After starting Perf Monitor with Dev settings off, React Packager eventually choked without me doing anything with:
Reproduction
Additional Information
The text was updated successfully, but these errors were encountered: