feat: support visual editing #3415
Annotations
10 errors
ci (ubuntu-latest, 18):
src/runtime/composables.ts#L42
Property 'disableSmartCdn' does not exist on type '{ projectId: any; dataset: string; apiVersion: string; withCredentials: boolean; token: any; perspective: string; useCdn: boolean; stega: any; visualEditing: any; }'.
|
ci (ubuntu-latest, 18):
src/runtime/composables.ts#L47
Argument of type '{ projectId: any; dataset: string; apiVersion: string; withCredentials: boolean; token: any; perspective: string; useCdn: boolean; stega: any; visualEditing: any; }' is not assignable to parameter of type 'SanityConfiguration'.
|
ci (ubuntu-latest, 18):
src/runtime/nitro-imports.ts#L39
Argument of type '{ projectId: any; dataset: string; apiVersion: string; withCredentials: boolean; token: any; perspective: string; useCdn: boolean; stega: any; }' is not assignable to parameter of type 'SanityConfiguration'.
|
ci (ubuntu-latest, 18):
src/runtime/visual-editing/composables.ts#L127
Argument of type 'SanityClient' is not assignable to parameter of type 'SanityStegaClient'.
|
ci (ubuntu-latest, 18):
src/runtime/visual-editing/composables.ts#L131
Type 'SanityClient' is not assignable to type 'SanityStegaClient'.
|
ci (ubuntu-latest, 18):
src/runtime/visual-editing/composables.ts#L140
Argument of type 'SanityClient' is not assignable to parameter of type 'SanityStegaClient'.
|
ci (ubuntu-latest, 18):
src/runtime/visual-editing/composables.ts#L149
Type 'import("/home/runner/work/sanity/sanity/src/runtime/composables").SanityHelper' is not assignable to type 'import("/home/runner/work/sanity/sanity/src/runtime/visual-editing/composables").SanityHelper'.
|
ci (ubuntu-latest, 18):
src/runtime/visual-editing/composables.ts#L161
Argument of type '{ projectId: any; dataset: string; apiVersion: string; withCredentials: boolean; token: any; perspective: string; useCdn: boolean; stega: any; visualEditing: any; }' is not assignable to parameter of type 'SanityHelperConfiguration'.
|
ci (ubuntu-latest, 18):
src/runtime/visual-editing/composables.ts#L162
Type 'import("/home/runner/work/sanity/sanity/src/runtime/composables").SanityHelper' is not assignable to type 'import("/home/runner/work/sanity/sanity/src/runtime/visual-editing/composables").SanityHelper'.
|
ci (ubuntu-latest, 18):
src/runtime/visual-editing/composables.ts#L168
Type 'import("/home/runner/work/sanity/sanity/src/runtime/composables").SanityHelper' is not assignable to type 'import("/home/runner/work/sanity/sanity/src/runtime/visual-editing/composables").SanityHelper'.
|