[PR #3453] fix: windows not loading due to getContextId non-hydrating error #10650

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

Original Pull Request: https://github.com/anomalyco/opencode/pull/3453

State: closed
Merged: Yes


Running bun dev from opentui branch resulted in an error message saying to read the error log which contained:

ERROR 2025-10-26T05:24:50 +241ms service=default name=Error message=getContextId cannot be used under non-hydrating context stack=Error: getContextId cannot be used under non-hydrating context

Changing the package.json to add --conditions=browser seems to have fixed it.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3453 **State:** closed **Merged:** Yes --- Running `bun dev` from opentui branch resulted in an error message saying to read the error log which contained: `ERROR 2025-10-26T05:24:50 +241ms service=default name=Error message=getContextId cannot be used under non-hydrating context stack=Error: getContextId cannot be used under non-hydrating context` Changing the package.json to add `--conditions=browser` seems to have fixed it.
yindo added the pull-request label 2026-02-16 18:15:22 -05:00
yindo closed this issue 2026-02-16 18:15:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10650