@@ -4,4 +4,4 @@ import { FetchData } from "./services"
|
||||
|
||||
|
||||
export const GlobalContext = ReffuseContext.make<FetchData.FetchData>()
|
||||
export const Reffuse = make([GlobalContext])
|
||||
export const Reffuse = make(GlobalContext)
|
||||
|
||||
@@ -5,4 +5,4 @@ import { PostsState } from "./services"
|
||||
|
||||
|
||||
export const PostsContext = ReffuseContext.make<PostsState.PostsState>()
|
||||
export const Reffuse = make([GlobalContext, PostsContext])
|
||||
export const Reffuse = make(GlobalContext, PostsContext)
|
||||
|
||||
Reference in New Issue
Block a user