Skip to content

Commit

Permalink
fix(deps): update dependency @sanity/client to ^6.27.0 (#8357)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and cngonzalez committed Jan 23, 2025
1 parent 691aad1 commit 889087c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sanity/src/presentation/loader/LoaderQueries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ export function turboChargeResultIfSourceMap<T = unknown>(
return applySourceDocuments(
result,
resultSourceMap,
// @ts-expect-error - @TODO fix later
(sourceDocument) => {
if (sourceDocument._projectId) {
// @TODO Handle cross dataset references
Expand Down

0 comments on commit 889087c

Please sign in to comment.