We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8d4c5 commit becea39Copy full SHA for becea39
src/components/modal/TopBar.tsx
@@ -84,7 +84,7 @@ class TopBar extends Component<ModalTopBarProps> {
84
85
renderTopBarButton({onPress, label, icon, accessibilityLabel, buttonProps}: topBarButtonProp) {
86
if (onPress && (label || icon)) {
87
- // @ts-expect-error
+ // @ts-ignore
88
const {iconStyle, labelStyle, ...otherButtonProps} = buttonProps;
89
90
return (
0 commit comments