File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -301,9 +301,10 @@ interface ContainerNode {
301301
302302export function render ( vnode : ComponentChild , parent : ContainerNode ) : void ;
303303/**
304- * @deprecated Will be removed in v11.
304+ * @deprecated The `replaceNode` parameter will be removed in v11.
305305 *
306- * Replacement Preact 10+ implementation can be found here: https://gist.github.com/developit/f4c67a2ede71dc2fab7f357f39cff28c
306+ * Replacement Preact 10+ implementation can be found in the `preact-root-fragment` package.
307+ * Docs: https://github.com/preactjs/preact-root-fragment
307308 */
308309export function render (
309310 vnode : ComponentChild ,
Original file line number Diff line number Diff line change @@ -301,9 +301,10 @@ interface ContainerNode {
301301
302302export function render ( vnode : ComponentChild , parent : ContainerNode ) : void ;
303303/**
304- * @deprecated Will be removed in v11.
304+ * @deprecated The `replaceNode` parameter will be removed in v11.
305305 *
306- * Replacement Preact 10+ implementation can be found here: https://gist.github.com/developit/f4c67a2ede71dc2fab7f357f39cff28c
306+ * Replacement Preact 10+ implementation can be found in the `preact-root-fragment` package.
307+ * Docs: https://github.com/preactjs/preact-root-fragment
307308 */
308309export function render (
309310 vnode : ComponentChild ,
You can’t perform that action at this time.
0 commit comments