opentui: fatal: props.input.content?.split is not a function. (In 'props.input.content?.split( )', 'props.input.content?.split' is undefined) #3189

Closed
opened 2026-02-16 17:39:02 -05:00 by yindo · 2 comments
Owner

Originally created by @3rendan on GitHub (Nov 28, 2025).

Originally assigned to: @rekram1-node on GitHub.

Description

TypeError: props.input.content?.split is not a function. (In 'props.input.content?.split(`
`)', 'props.input.content?.split' is undefined)
    at <anonymous> (src/cli/cmd/tui/routes/session/index.tsx:1663:57)
    at runComputation (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:742:22)
    at updateComputation (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:724:3)
    at readSignal (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:660:67)
    at <anonymous> (src/cli/cmd/tui/routes/session/index.tsx:1671:14)
    at runComputation (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:742:22)
    at updateComputation (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:724:3)
    at createMemo (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:273:10)
    at render (src/cli/cmd/tui/routes/session/index.tsx:1669:21)
    at untrack (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:475:12)...

OpenCode version

1.0.72

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @3rendan on GitHub (Nov 28, 2025). Originally assigned to: @rekram1-node on GitHub. ### Description ``` TypeError: props.input.content?.split is not a function. (In 'props.input.content?.split(` `)', 'props.input.content?.split' is undefined) at <anonymous> (src/cli/cmd/tui/routes/session/index.tsx:1663:57) at runComputation (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:724:3) at readSignal (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:660:67) at <anonymous> (src/cli/cmd/tui/routes/session/index.tsx:1671:14) at runComputation (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:724:3) at createMemo (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:273:10) at render (src/cli/cmd/tui/routes/session/index.tsx:1669:21) at untrack (../../node_modules/.bun/solid-js@1.9.9/node_modules/solid-js/dist/dev.js:475:12)... ``` ### OpenCode version 1.0.72 ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the opentuibug labels 2026-02-16 17:39:02 -05:00
yindo closed this issue 2026-02-16 17:39:02 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Nov 28, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #4568: Same error message - props.input.content?.split is not a function (CLOSED - already fixed)
  • #4484: TUI crash with same error when resuming BMAD project (OPEN - related context)

Feel free to ignore if your specific case differs from these.

@github-actions[bot] commented on GitHub (Nov 28, 2025): This issue might be a duplicate of existing issues. Please check: - #4568: Same error message - props.input.content?.split is not a function (CLOSED - already fixed) - #4484: TUI crash with same error when resuming BMAD project (OPEN - related context) Feel free to ignore if your specific case differs from these.
Author
Owner

@rekram1-node commented on GitHub (Nov 28, 2025):

I think this was fixed in one of the more recent versions, if you still encounter it after upgrading lmk

@rekram1-node commented on GitHub (Nov 28, 2025): I think this was fixed in one of the more recent versions, if you still encounter it after upgrading lmk
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#3189