DashboardopencodeTS2322 duplicate Effect identities

TS2322 duplicate Effect identities

Category: gotcha
Confidence: 1.00
ID: 01a07fe2-8ed9-71ce-aace-e8589bff268b
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 1
Source session: 0OJYWmHUobcuQ4y8f
Created: 2026-09-08 01:50:15
Updated: 2026-09-08 07:19:09

Cross-Project Recalls

ProjectHitsLast recalled
cli 1 8d ago

Content

Trap: installing the checkout’s exact Effect version beside a standalone plugin looks sufficient, but TypeScript may load schemas from both installations and report TS2322 ValueSchema<any> errors, including separate private _rebuild declarations. Fix: keep the dependency beside the config root for ESM runtime resolution while mapping typechecking to one physical Effect copy shared with @opencode/plugin.

Move to: