You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument of type 'import("/project/node_modules/@sanity/types/node_modules/@sanity/client/dist/index").SanityClient' is not assignable to parameter of type 'import("/project/node_modules/@sanity/client/dist/index").SanityClient'.
Property '#private' in type 'SanityClient' refers to a different member that cannot be accessed from within type 'SanityClient'
Occurs when using useClient({ apiVersion: '2022-03-13' }) for a value against import type { SanityClient } from '@sanity/client';
Expected
SanityClient type should be accessible
The text was updated successfully, but these errors were encountered:
Occurs when using
useClient({ apiVersion: '2022-03-13' })
for a value againstimport type { SanityClient } from '@sanity/client';
Expected
SanityClient type should be accessible
The text was updated successfully, but these errors were encountered: