Skip to content

Commit

Permalink
docs: add TODO for createInstance el.$one.parent
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind committed Nov 27, 2023
1 parent 4f653e5 commit 057289d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/one.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 057289d

Please sign in to comment.