Skip to content

fix(search): resolve Notion block type error breaking build - #771

Merged
hkirat merged 1 commit into
mainfrom
fix/search-notion-type
Aug 5, 2026
Merged

fix(search): resolve Notion block type error breaking build#771
hkirat merged 1 commit into
mainfrom
fix/search-notion-type

Conversation

@hkirat

@hkirat hkirat commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Follow-up to #768. Object.values(notionPage?.block ?? {}) lost its element type under next build (Property 'value' does not exist on type '{}'). Annotate as Object.values. Unblocks CD.

Generated with Devin

Object.values on the (any-typed) recordMap block fell back to {} and lost the
element type under next build, causing a type error. Annotate Object.values<any>.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@hkirat
hkirat merged commit 4ec1e74 into main Aug 5, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant