Package + Version
Version:
Description
My project often catch an error like Event Non-Error promise rejection captured with keys: currentTarget, isTrusted, target, type,without any useful information. And an additional data is
__serialized__ = {
currentTarget: [object Null],
isTrusted: [Circular ~],
target: head > script[type="text/javascript"],
type: error
}
looks like an Event instance. With the limited information,I don't know where this bug is triggered,has anyone encountered the same problem?