Skip to content

Commit

Permalink
chore: Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Mar 29, 2024
1 parent 56f4ca9 commit 5525d30
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ private void generateSidecarInit(PrintWriter out, TypeElement componentClass) {
callParamMethods(out, componentClass, ParamsMap.class);

callInitMethods(out, componentClass);

// TODO init subcomponents
}

private void fillParametersInfoFields(PrintWriter out, TypeElement componentClass) {
Expand Down

0 comments on commit 5525d30

Please sign in to comment.