You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No overload matches this call.
Overload 1 of 2, '(props: KeyboardAccessoryNavigationProps, context?: any): ReactElement<any, any> | Component<KeyboardAccessoryNavigationProps, any, any> | null', gave the following error.
Property 'children' is missing in type '{ androidAdjustResize: true; nextDisabled: boolean; previousDisabled: boolean; nextHidden: boolean; previousHidden: boolean; onNext: () => void; onPrevious: () => void; }' but required in type 'KeyboardAccessoryNavigationProps'.
Overload 2 of 2, '(props: PropsWithChildren, context?: any): ReactElement<any, any> | Component<...> | null', gave the following error.
Property 'children' is missing in type '{ androidAdjustResize: true; nextDisabled: boolean; previousDisabled: boolean; nextHidden: boolean; previousHidden: boolean; onNext: () => void; onPrevious: () => void; }' but required in type 'KeyboardAccessoryNavigationProps'.ts(2769)
index.d.ts(23, 3): 'children' is declared here.
index.d.ts(23, 3): 'children' is declared here.
The text was updated successfully, but these errors were encountered:
KeyboardAccessoryNavigation does not need children.
but it emit error message.
No overload matches this call.
Overload 1 of 2, '(props: KeyboardAccessoryNavigationProps, context?: any): ReactElement<any, any> | Component<KeyboardAccessoryNavigationProps, any, any> | null', gave the following error.
Property 'children' is missing in type '{ androidAdjustResize: true; nextDisabled: boolean; previousDisabled: boolean; nextHidden: boolean; previousHidden: boolean; onNext: () => void; onPrevious: () => void; }' but required in type 'KeyboardAccessoryNavigationProps'.
Overload 2 of 2, '(props: PropsWithChildren, context?: any): ReactElement<any, any> | Component<...> | null', gave the following error.
Property 'children' is missing in type '{ androidAdjustResize: true; nextDisabled: boolean; previousDisabled: boolean; nextHidden: boolean; previousHidden: boolean; onNext: () => void; onPrevious: () => void; }' but required in type 'KeyboardAccessoryNavigationProps'.ts(2769)
index.d.ts(23, 3): 'children' is declared here.
index.d.ts(23, 3): 'children' is declared here.
The text was updated successfully, but these errors were encountered: