This commit is contained in:
@@ -137,7 +137,7 @@ export const useInput: {
|
||||
]), [self, ...path])
|
||||
|
||||
const [value, setValue] = yield* Hooks.useRefState(internalValueRef)
|
||||
const [issues] = yield* Hooks.useSubscribe(issuesSubscribable)
|
||||
const [issues] = yield* Hooks.useSubscribables(issuesSubscribable)
|
||||
|
||||
yield* Hooks.useFork(() => Stream.runForEach(
|
||||
internalValueRef.changes.pipe(
|
||||
|
||||
Reference in New Issue
Block a user