@@ -26,7 +26,7 @@ export const make = <R, ER>(
|
|||||||
): ReactRuntime<Layer.Success<typeof preludeLayer> | R, ER> => Object.setPrototypeOf(
|
): ReactRuntime<Layer.Success<typeof preludeLayer> | R, ER> => Object.setPrototypeOf(
|
||||||
Object.assign(function() {}, {
|
Object.assign(function() {}, {
|
||||||
runtime: ManagedRuntime.make(
|
runtime: ManagedRuntime.make(
|
||||||
Layer.mergeAll(preludeLayer, layer),
|
Layer.merge(preludeLayer, layer),
|
||||||
{ memoMap },
|
{ memoMap },
|
||||||
),
|
),
|
||||||
// biome-ignore lint/style/noNonNullAssertion: context initialization
|
// biome-ignore lint/style/noNonNullAssertion: context initialization
|
||||||
|
|||||||
Reference in New Issue
Block a user