@react-navigation/devtools
Advanced tools
Comparing version 6.0.0-next.12 to 6.0.0-next.13
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.0.0-next.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.12...@react-navigation/devtools@6.0.0-next.13) (2021-05-29) | ||
### Bug Fixes | ||
* try to fix [#9631](https://github.com/react-navigation/react-navigation/issues/9631) ([b4d7b0e](https://github.com/react-navigation/react-navigation/commit/b4d7b0ee86c09419a18357867a0a25bb90d960c0)) | ||
# [6.0.0-next.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.11...@react-navigation/devtools@6.0.0-next.12) (2021-05-27) | ||
@@ -8,0 +19,0 @@ |
@@ -102,6 +102,6 @@ "use strict"; | ||
}) => { | ||
var _ref$current2, _args$; | ||
var _global$REACT_NAVIGAT, _global$REACT_NAVIGAT2, _args$; | ||
// @ts-expect-error: __linking isn't publicly exposed | ||
const linking = (_ref$current2 = ref.current) === null || _ref$current2 === void 0 ? void 0 : _ref$current2.__linking; | ||
const linking = ref.current ? // @ts-ignore: this might not exist | ||
(_global$REACT_NAVIGAT = global.REACT_NAVIGATION_DEVTOOLS) === null || _global$REACT_NAVIGAT === void 0 ? void 0 : (_global$REACT_NAVIGAT2 = _global$REACT_NAVIGAT.get(ref.current)) === null || _global$REACT_NAVIGAT2 === void 0 ? void 0 : _global$REACT_NAVIGAT2.linking : null; | ||
@@ -108,0 +108,0 @@ switch (method) { |
@@ -86,6 +86,6 @@ import { nanoid } from 'nanoid/non-secure'; | ||
}) => { | ||
var _ref$current2, _args$; | ||
var _global$REACT_NAVIGAT, _global$REACT_NAVIGAT2, _args$; | ||
// @ts-expect-error: __linking isn't publicly exposed | ||
const linking = (_ref$current2 = ref.current) === null || _ref$current2 === void 0 ? void 0 : _ref$current2.__linking; | ||
const linking = ref.current ? // @ts-ignore: this might not exist | ||
(_global$REACT_NAVIGAT = global.REACT_NAVIGATION_DEVTOOLS) === null || _global$REACT_NAVIGAT === void 0 ? void 0 : (_global$REACT_NAVIGAT2 = _global$REACT_NAVIGAT.get(ref.current)) === null || _global$REACT_NAVIGAT2 === void 0 ? void 0 : _global$REACT_NAVIGAT2.linking : null; | ||
@@ -92,0 +92,0 @@ switch (method) { |
{ | ||
"name": "@react-navigation/devtools", | ||
"description": "Developer tools for React Navigation", | ||
"version": "6.0.0-next.12", | ||
"version": "6.0.0-next.13", | ||
"keywords": [ | ||
@@ -43,3 +43,3 @@ "react", | ||
"devDependencies": { | ||
"@react-navigation/core": "^6.0.0-next.11", | ||
"@react-navigation/core": "^6.0.0-next.12", | ||
"@testing-library/react-native": "^7.2.0", | ||
@@ -71,3 +71,3 @@ "@types/deep-equal": "^1.0.1", | ||
}, | ||
"gitHead": "a184ce24b3d7a8a37667d3f43ac043fef0231db4" | ||
"gitHead": "baf8ff77d50c2e31c6b374b0101cdcaa1471fcf4" | ||
} |
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
73187
743