-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Currently, when using variables with components, like this:
{{@myComponent:something:myInstance}}
There is literal string replacement, replacing {{$something}} with the contents of myInstance:
| componentHtml = componentHtml.replace("{{$" + param.getKey() + "}}", value); |
When myInstance is not a primitve value, this makes no sense (e.g. it is an instance of an actual object). Also, things like conditionals or loops do not work in child components.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels