I get a TS TypeError when importing from '@vercel/analytics/astro':

It's similar to #159, but they're referring to it being solved in @vercel/analytics@1.4, while @vercel/analytics@1.5 is currently out, and I still have this issue.
The current workaround is to use // @ts-expect-error.
I get a TS TypeError when importing from
'@vercel/analytics/astro':It's similar to #159, but they're referring to it being solved in
@vercel/analytics@1.4, while@vercel/analytics@1.5is currently out, and I still have this issue.The current workaround is to use
// @ts-expect-error.