rivet-dev / rivet-dev/actors

`@rivetkit/effect` is incompatible with effect 4.0.0-rc.x (`Schema.TaggedErrorClass` removed)

Open Beginner friendly
#5,583 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.