Merge branch 'worktree-macros-essays' into macros
This commit is contained in:
@@ -1174,7 +1174,7 @@ async def _aser_component(
|
||||
while i < len(args):
|
||||
arg = args[i]
|
||||
if isinstance(arg, Keyword) and i + 1 < len(args):
|
||||
kwargs[arg.name] = await async_eval(args[i + 1], env, ctx)
|
||||
kwargs[arg.name] = await _aser(args[i + 1], env, ctx)
|
||||
i += 2
|
||||
else:
|
||||
children.append(arg)
|
||||
|
||||
Reference in New Issue
Block a user