`@rivetkit/effect` is incompatible with effect 4.0.0-rc.x (`Schema.TaggedErrorClass` removed)
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6.1k
- Forks
- 250
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 96
Description
All published versions call Schema.TaggedErrorClass, which effect removed in the rc line (rc.108+); the replacement is Schema.TaggedError<Self>(identifier?) — same curried form. Since the package publishes raw TS, rc-pinned consumers fail at type-check and import. A mechanical rename fixes it; we run 2.3.10 patched against rc.109.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the @rivetkit/effect package by searching its published TypeScript for Schema.TaggedErrorClass references, then inspect the surrounding error definitions and package checks. Replace the removed API with the stated Schema.TaggedError(identifier?) form and verify the package type-checks and imports against effect 4.0.0-rc.109.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100