@reffuse/extension-query 0.1.4 #15
@@ -1,5 +1,5 @@
|
|||||||
import { Context, Effect, ExecutionStrategy, Exit, Fiber, Pipeable, Ref, Runtime, Scope, Stream, SubscriptionRef } from "effect"
|
import { Context, Effect, ExecutionStrategy, Exit, Fiber, Pipeable, Ref, Runtime, Scope, Stream, SubscriptionRef } from "effect"
|
||||||
import React from "react"
|
import * as React from "react"
|
||||||
import * as ReffuseContext from "./ReffuseContext.js"
|
import * as ReffuseContext from "./ReffuseContext.js"
|
||||||
import * as ReffuseRuntime from "./ReffuseRuntime.js"
|
import * as ReffuseRuntime from "./ReffuseRuntime.js"
|
||||||
import * as SetStateAction from "./SetStateAction.js"
|
import * as SetStateAction from "./SetStateAction.js"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { Array, Context, Effect, Layer, Runtime } from "effect"
|
import { Array, Context, Effect, Layer, Runtime } from "effect"
|
||||||
import React from "react"
|
import * as React from "react"
|
||||||
import * as ReffuseRuntime from "./ReffuseRuntime.js"
|
import * as ReffuseRuntime from "./ReffuseRuntime.js"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { Runtime } from "effect"
|
import { Runtime } from "effect"
|
||||||
import React from "react"
|
import * as React from "react"
|
||||||
|
|
||||||
|
|
||||||
export const Context = React.createContext<Runtime.Runtime<never>>(null!)
|
export const Context = React.createContext<Runtime.Runtime<never>>(null!)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { Function } from "effect"
|
import { Function } from "effect"
|
||||||
import type React from "react"
|
import type * as React from "react"
|
||||||
|
|
||||||
|
|
||||||
export const value: {
|
export const value: {
|
||||||
|
|||||||
Reference in New Issue
Block a user