add channel renderer + try to simplify adapter generics
This commit is contained in:
@@ -2,7 +2,7 @@ import type { HostConfig } from "react-reconciler"
|
||||
import ReactReconciler from "react-reconciler"
|
||||
import { raise } from "../../helpers/raise.js"
|
||||
import { Node } from "./node.js"
|
||||
import type { Renderer } from "./renderer.js"
|
||||
import type { Renderer } from "./renderer"
|
||||
import { TextNode } from "./text-node.js"
|
||||
|
||||
const config: HostConfig<
|
||||
|
||||
Reference in New Issue
Block a user