Skip to content

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

Description

@kevinmichaelchen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions