-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, it is possible to use variables inline in LSX:
lsx('<foo bar="${baz}" />', { baz = "buzz" })But this syntax is a little janky, since the var is wrapped with double quotes AND the variable wrapper. Should be able to just directly use the variable, like in JSX:
lsx('<foo bar={baz} />', { baz = "buzz" })Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Ready