renderEffect(
<Bar
pipe={
Effect.catchAll(() => <UnexpectedError />),
Effect.provideService(FooService, FooService.Live)
}
/>
);
renderEffect(
<Bar
pipe={
Effect.catchAll(() => <UnexpectedError />),
Effect.provideService(FooService, FooService.Live)
}
/>
);