TypeScript Error When Creating Context.Tag in Evolu

Running into an issue with creating a Context.Tag as described in the docs:

I have a simple context set up like this:

export class Evolu extends Context.Tag("Evolu")<
  Evolu,
  { evolu: typeof evolu }
> {}


But TypeScript gives me this error:

Any idea on what's going on?
image.png
Was this page helpful?