opentui: fatal: Object.entries requires that input parameter not be null or undefined #8942

Closed
opened 2026-02-16 18:11:13 -05:00 by yindo · 2 comments
Owner

Originally created by @yijiezcn on GitHub (Feb 9, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

TypeError: Object.entries requires that input parameter not be null or undefined
    at entries (unknown)
    at resolveTheme (src/cli/cmd/tui/context/theme.tsx:120:46)
    at runComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:742:22)
    at updateComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:724:3)
    at runTop (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:833:7)
    at runQueue (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:904:42)
    at completeUpdates (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:860:84)
    at runUpdates (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:850:5)
    at setStore (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/store/dist/dev.js:221:5)
    at <anonymous> (src/cli/cmd/tui/context/theme.tsx:227:9)
    at processTicksAndRejections (native:7:39)...

Plugins

No response

OpenCode version

1.1.53

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @yijiezcn on GitHub (Feb 9, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description ``` TypeError: Object.entries requires that input parameter not be null or undefined at entries (unknown) at resolveTheme (src/cli/cmd/tui/context/theme.tsx:120:46) at runComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:724:3) at runTop (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:833:7) at runQueue (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:904:42) at completeUpdates (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:860:84) at runUpdates (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:850:5) at setStore (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/store/dist/dev.js:221:5) at <anonymous> (src/cli/cmd/tui/context/theme.tsx:227:9) at processTicksAndRejections (native:7:39)... ``` ### Plugins _No response_ ### OpenCode version 1.1.53 ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the opentuibugneeds:compliance labels 2026-02-16 18:11:13 -05:00
yindo closed this issue 2026-02-16 18:11:13 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 9, 2026):

This issue doesn't fully meet our contributing guidelines.

What needs to be fixed:

  • Steps to reproduce is required for bug reports but only shows "No response". Please provide detailed steps on how to trigger this error.
  • Operating System and Terminal information is missing. Please fill in your OS and terminal to help with debugging.

Please edit this issue to address the above within 2 hours, or it will be automatically closed.


Potential Duplicate:
This appears to be a duplicate of #5151, which reports the same error in the same file (theme.tsx). Please check that issue to see if your setup matches and if there are any existing workarounds.


If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions[bot] commented on GitHub (Feb 9, 2026): <!-- issue-compliance --> This issue doesn't fully meet our [contributing guidelines](../blob/dev/CONTRIBUTING.md). **What needs to be fixed:** - **Steps to reproduce** is required for bug reports but only shows "_No response_". Please provide detailed steps on how to trigger this error. - **Operating System** and **Terminal** information is missing. Please fill in your OS and terminal to help with debugging. Please edit this issue to address the above within **2 hours**, or it will be automatically closed. --- **Potential Duplicate:** This appears to be a duplicate of #5151, which reports the same error in the same file (`theme.tsx`). Please check that issue to see if your setup matches and if there are any existing workarounds. --- If you believe this was flagged incorrectly, please let a maintainer know.
Author
Owner

@github-actions[bot] commented on GitHub (Feb 10, 2026):

This issue has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window.

Feel free to open a new issue that follows our issue templates.

@github-actions[bot] commented on GitHub (Feb 10, 2026): This issue has been automatically closed because it was not updated to meet our [contributing guidelines](../blob/dev/CONTRIBUTING.md) within the 2-hour window. Feel free to open a new issue that follows our issue templates.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8942