@react-navigation/devtools
Advanced tools
Comparing version 6.0.0-next.16 to 6.0.0-next.17
@@ -76,3 +76,5 @@ "use strict"; | ||
// We need to make sure that our callbacks executed in the same order | ||
pendingPromiseRef.current = pendingPromiseRef.current.then(async () => { | ||
// So we add check if the last promise is settled before sending the next one | ||
pendingPromiseRef.current = pendingPromiseRef.current.catch(() => {// Ignore any errors from the last promise | ||
}).then(async () => { | ||
if (data.stack) { | ||
@@ -79,0 +81,0 @@ const stack = await symbolicate(data.stack); |
@@ -61,3 +61,5 @@ import deepEqual from 'deep-equal'; | ||
// We need to make sure that our callbacks executed in the same order | ||
pendingPromiseRef.current = pendingPromiseRef.current.then(async () => { | ||
// So we add check if the last promise is settled before sending the next one | ||
pendingPromiseRef.current = pendingPromiseRef.current.catch(() => {// Ignore any errors from the last promise | ||
}).then(async () => { | ||
if (data.stack) { | ||
@@ -64,0 +66,0 @@ const stack = await symbolicate(data.stack); |
{ | ||
"name": "@react-navigation/devtools", | ||
"description": "Developer tools for React Navigation", | ||
"version": "6.0.0-next.16", | ||
"version": "6.0.0-next.17", | ||
"keywords": [ | ||
@@ -43,3 +43,3 @@ "react", | ||
"devDependencies": { | ||
"@react-navigation/core": "^6.0.0-next.15", | ||
"@react-navigation/core": "^6.0.0-next.16", | ||
"@testing-library/react-native": "^7.2.0", | ||
@@ -71,3 +71,3 @@ "@types/deep-equal": "^1.0.1", | ||
}, | ||
"gitHead": "a70adfbca1cfc3141a6dffb99e685563a7d52a08" | ||
"gitHead": "858d256b0aa1c5cb7f2a3718c4cff8a19107f72a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82340
977