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/[email protected], while @vercel/[email protected] 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/[email protected], while@vercel/[email protected]is currently out, and I still have this issue.The current workaround is to use
// @ts-expect-error.