Hermes Crash with TypeError in React Native After Updating to Effect 3.0.0
After updating to 3.0.0 it seems effect no longer works on react native. Hermes crashes with
Not sure how/why this is happening. Any ideas?
TypeError: constructor is not callable at return new RequestResolverImpl(this.runAll, Chunk.fromIterable(ids)) https://github.com/Effect-TS/effect/blob/b2b5d6626b18eb5289f364ffab5240e84b04d085/packages/effect/src/internal/core.ts#L1767Not sure how/why this is happening. Any ideas?
