@react-navigation/devtools
Advanced tools
Comparing version 6.0.0-next.7 to 6.0.0-next.8
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.0.0-next.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.7...@react-navigation/devtools@6.0.0-next.8) (2021-05-16) | ||
### Bug Fixes | ||
* fix type error when passing unannotated navigation ref ([dc4ffc0](https://github.com/react-navigation/react-navigation/commit/dc4ffc0171b4535fe1b6e839b9d54350121bcf55)) | ||
# [6.0.0-next.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.6...@react-navigation/devtools@6.0.0-next.7) (2021-05-10) | ||
@@ -8,0 +19,0 @@ |
import * as React from 'react'; | ||
import type { NavigationContainerRef, ParamListBase } from '@react-navigation/core'; | ||
export default function useReduxDevToolsExtension(ref: React.RefObject<NavigationContainerRef<ParamListBase>>): void; | ||
import type { NavigationContainerRef } from '@react-navigation/core'; | ||
export default function useReduxDevToolsExtension(ref: React.RefObject<NavigationContainerRef<any>>): void; |
{ | ||
"name": "@react-navigation/devtools", | ||
"description": "Developer tools for React Navigation", | ||
"version": "6.0.0-next.7", | ||
"version": "6.0.0-next.8", | ||
"keywords": [ | ||
@@ -39,3 +39,3 @@ "react", | ||
"dependencies": { | ||
"@react-navigation/core": "^6.0.0-next.7", | ||
"@react-navigation/core": "^6.0.0-next.8", | ||
"deep-equal": "^2.0.5" | ||
@@ -69,3 +69,3 @@ }, | ||
}, | ||
"gitHead": "7f015130df6bc7f05cbf7beac1614ed12ba4293e" | ||
"gitHead": "65b6a3d8641162f46b285f7504d5b131541e59e9" | ||
} |
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
33361
256