I have set an ionic 7 page with
setTimeout(() => { }, 500);
() => { } is underlined
I receive an error Argument of type '() => void' is not assignable to parameter of type 'number'.ts(2345)
I think this is coming from spec.ts file as any pages that were built with ionic 6 do not have this error. How would I silence this error so I can use setTimeout with ionic 7