From 057289da08358b9a8583be184b97042bcc2868ff Mon Sep 17 00:00:00 2001 From: "Sebastian L. K. Sorensen" Date: Mon, 27 Nov 2023 20:55:52 +0100 Subject: [PATCH] docs: add TODO for createInstance el.$one.parent --- lib/one.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/one.js b/lib/one.js index acc0c420..670ec3f2 100644 --- a/lib/one.js +++ b/lib/one.js @@ -226,6 +226,7 @@ function createInstance(config: Config): Config { name, props: {}, state: config.state, + // TODO Should the entire parent be set here? parent: config.parent, el: config.el, }