From 9d5cb933881563ece840e7df3b06c9c5b9e95c21 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Fri, 13 Oct 2023 08:47:20 -0700 Subject: [PATCH] Fix type error from upgrading `@types/node` - pretty basic/expected, there are other instances in EUI where we've had to do this --- src/components/delay_hide/delay_hide.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/delay_hide/delay_hide.tsx b/src/components/delay_hide/delay_hide.tsx index 43453cdebf2..3e9d2df980d 100644 --- a/src/components/delay_hide/delay_hide.tsx +++ b/src/components/delay_hide/delay_hide.tsx @@ -54,7 +54,7 @@ export class EuiDelayHide extends Component< countdownExpired: this.props.hide, }; - private timeoutId?: number; + private timeoutId?: ReturnType; componentDidMount() { // if the component begins visible start counting