Effect CommunityEC
Effect Community3y ago
8 replies
Stephen Bluck

Type Error when Creating Arbs with Schema

I am getting a type error when trying to create arbs with Schema:
import * as A from '@effect/schema/Arbitrary';
import * as fc from 'fast-check';

// Arbitrary for the To type
const Arb = A.to(S.string)(fc);

Property 'ulid' is missing in fast-check ^3.10.0 - something I am missing?
schema: @effect/schema: ^0.39.2
Was this page helpful?