Skip to content

Commit

Permalink
chore: reproduce error
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Oct 21, 2024
1 parent e1ab108 commit 58f2407
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/@repo/sanity-schema/src/page-builder-demo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ const productType = defineType({
defineField({
type: 'array',
name: 'media',
title: 'Media',
// @ts-expect-error this is actually allowed at runtime
title: <>Media</>,
// title: 'Media',
of: [
{
type: 'image',
Expand Down

0 comments on commit 58f2407

Please sign in to comment.