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