mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-25 04:55:30 +08:00
fix: make params required in NavigationSetParamsActionPayload (#6343)
This commit is contained in:
@@ -269,7 +269,7 @@ declare module 'react-navigation' {
|
|||||||
key: string;
|
key: string;
|
||||||
|
|
||||||
// The new params to merge into the existing route params
|
// The new params to merge into the existing route params
|
||||||
params?: NavigationParams;
|
params: NavigationParams;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface NavigationSetParamsAction
|
export interface NavigationSetParamsAction
|
||||||
|
|||||||
Reference in New Issue
Block a user