[PR #1897] [MERGED] fix: cannot convert undefined or null to object error #1819

Closed
opened 2026-02-15 20:16:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1897
Author: @bracesproul
Created: 1/15/2026
Status: Merged
Merged: 1/15/2026
Merged by: @dqbd

Base: mainHead: brace/fix-undefined-null-err


📝 Commits (3)

  • 0a87514 fix: cannot convert undefined or null to object error
  • 7296927 cr
  • d44ca6f Create young-tomatoes-hammer.md

📊 Changes

3 files changed (+315 additions, -5 deletions)

View changed files

.changeset/young-tomatoes-hammer.md (+5 -0)
libs/sdk/src/ui/manager.test.ts (+297 -0)
📝 libs/sdk/src/ui/manager.ts (+13 -5)

📄 Description

Fixes # (issue)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1897 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/15/2026 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `brace/fix-undefined-null-err` --- ### 📝 Commits (3) - [`0a87514`](https://github.com/langchain-ai/langgraphjs/commit/0a8751489abffe397415b8d434442628acef3d56) fix: cannot convert undefined or null to object error - [`7296927`](https://github.com/langchain-ai/langgraphjs/commit/72969278079835c5197e4e866583315f8cc5f8bd) cr - [`d44ca6f`](https://github.com/langchain-ai/langgraphjs/commit/d44ca6f0d4713409ce8ce852ee29143410851536) Create young-tomatoes-hammer.md ### 📊 Changes **3 files changed** (+315 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/young-tomatoes-hammer.md` (+5 -0) ➕ `libs/sdk/src/ui/manager.test.ts` (+297 -0) 📝 `libs/sdk/src/ui/manager.ts` (+13 -5) </details> ### 📄 Description <!-- Thank you for contributing to LangGraph.js! Your PR will appear in our next release under the title you set above. Please make sure it highlights your valuable contribution. To help streamline the review process, please make sure you read our contribution guidelines: https://github.com/langchain-ai/langgraphjs/blob/main/CONTRIBUTING.md Replace this block with a description of the change, the issue it fixes (if applicable), and relevant context. Finally, we'd love to show appreciation for your contribution - if you'd like us to shout you out on Twitter, please also include your handle below! --> <!-- Remove if not applicable --> Fixes # (issue) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:16:57 -05:00
yindo closed this issue 2026-02-15 20:16:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1819