You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unhandled rejection has a stack property in Chrome and FF but not in IE11, why is that? Uncaught exceptions do have stack traces in IE11.
Code:
Promise.reject(newError("test rejection"));
IE11:
stack:
Chrome:
stack:
Error: test rejection
at Navigation.causeReject (http://127.0.0.1:8080/bundle.js:4812:24)
at Object.executeDispatch (http://127.0.0.1:8080/bundle.js:26244:21)
at SimpleEventPlugin.executeDispatch (http://127.0.0.1:8080/bundle.js:39018:40)
at forEachEventDispatch (http://127.0.0.1:8080/bundle.js:26232:5)
at Object.executeDispatchesInOrder (http://127.0.0.1:8080/bundle.js:26253:3)
at executeDispatchesAndRelease (http://127.0.0.1:8080/bundle.js:25622:22)
at forEachAccumulated (http://127.0.0.1:8080/bundle.js:41022:8)
at Object.EventPluginHub.processEventQueue (http://127.0.0.1:8080/bundle.js:25827:5)
at runEventQueueInBatch (http://127.0.0.1:8080/bundle.js:33418:18)
at Object.ReactEventEmitterMixin.handleTopLevel [as _handleTopLevel] (http://127.0.0.1:8080/bundle.js:33444:5)
at handleTopLevelImpl (http://127.0.0.1:8080/bundle.js:33530:24)
at ReactDefaultBatchingStrategyTransaction.Mixin.perform (http://127.0.0.1:8080/bundle.js:39992:20)
at Object.ReactDefaultBatchingStrategy.batchedUpdates (http://127.0.0.1:8080/bundle.js:32157:19)
at Object.batchedUpdates (http://127.0.0.1:8080/bundle.js:38158:20)
at ReactEventListener.dispatchEvent (http://127.0.0.1:8080/bundle.js:33625:20
An unhandled rejection has a stack property in Chrome and FF but not in IE11, why is that? Uncaught exceptions do have stack traces in IE11.
Code:
IE11:
Chrome:
Firefox:
The text was updated successfully, but these errors were encountered: