Dynamic tag Marko.Body<[{ foo: bar }]>
is inconsistent between params and args
#270
Labels
bug
Something isn't working
@marko/[email protected]
Details
The following should be equivalent:
But they aren't. It looks like
Marko.Body<{ foo: bar }>
expectsDirectives & { value: [{ foo: bar; }]; }
, which may have been carried over from when the syntax for dynamic tag params was going to be<${input.renderBody}=[{ foo: bar}] />
. This should probably be updated.Steps to Reproduce
Example template:
The text was updated successfully, but these errors were encountered: