File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { mapToEditLinks as CSMMapToEditLinks } from '../csm/mapToEditLinks'
2
2
import type { ContentSourceMapQueryResponse } from './types'
3
3
4
4
/**
5
- * @deprecated Please use `resolveEditUrl` from `@sanity/preview-kit /csm` instead
5
+ * @deprecated Please use `resolveEditUrl` from `@sanity/client /csm` instead
6
6
*/
7
7
export function mapToEditLinks (
8
8
response : ContentSourceMapQueryResponse ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { ContentSourceMap } from '@sanity/client'
3
3
import { defineEditLink } from './editIntent'
4
4
import { encodeIntoResult } from './sourcemap'
5
5
6
- /** @deprecated Please use `resolveEditUrl` from `@sanity/preview-kit /csm` instead */
6
+ /** @deprecated Please use `resolveEditUrl` from `@sanity/client /csm` instead */
7
7
export function mapToEditLinks < R > (
8
8
result : R ,
9
9
csm : ContentSourceMap ,
You can’t perform that action at this time.
0 commit comments