This repository was archived by the owner on Sep 17, 2021. It is now read-only.
This repository was archived by the owner on Sep 17, 2021. It is now read-only.
Unhandled Promise rejection due to babel-polyfill #195
Closed
Description
- I have searched for existing issues
- I have provided detailed instructions that can reproduce the issue (including code and data necessary)
Package versions:
{
"react": "16.0.0-alpha.12",
"react-native": "0.48.3",
"react-native-pathjs-charts": "0.0.31",
"react-native-svg": "5.4.1"
}
Traceback:
console.error: "Unhandled promise rejection", {}
console.error
YellowBox.js:67:10
<unknown>
es6.promise.js:97:18
module.exports
_perform.js:3:26
<unknown>
es6.promise.js:91:15
<unknown>
JSTimers.js:295:17
_callTimer
JSTimers.js:148:6
_callImmediatesPass
JSTimers.js:196:6
Object.callImmediates
JSTimers.js:464:11
MessageQueue.__callImmediates
MessageQueue.js:282:13
Removing import 'babel-polyfill'
solves the problem.
Issue #62 and related PR #64 that introduced babel-polyfill
. Can we try to reproduce #62 on the latest RN release to make sure we still need the polyfill?
Metadata
Metadata
Assignees
Labels
No labels