-
Notifications
You must be signed in to change notification settings - Fork 6
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
Uncaught (in promise) Error: DeltaPatcher should receive a fresh Delta when being initialized #44
Comments
Even I'm facing the same issue, I have to run 'react-native run-android' command again to fix this. Its annoying to run the same command twice for every compile. |
Same here, re-running simulator seems to fix but it`s annoying |
I solved this problem by removing unexpected character inside my constructor while declaring my state. I used equal sign, while i should have used ':' to
I hope this help. |
Wow, this is still an open issue? I am getting this error after upgrading to React Native 0.59.9 and React 16.8 |
Just kill the 'metro bundler' window and re-run the project ex: 'react-native run-android'. If you have debugger window open then refresh that too. |
I solved this problem just by removing some wrong imports |
如果一个页面里面有两个
export default
就会出现bugThe text was updated successfully, but these errors were encountered: