-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
All of these do not work:
// -> literally "Acme.Com:Processor" as result
<a href={props.href} @process.foo="Acme.Com:Processor">
// -> Expression "Acme.Com:Processor" could not be parsed. Error starting at character 18: ":Processor".
<a href={props.href} @process.foo={Acme.Com:Processor}>
// -> Prop-assignment "@process.foo" was not followed by quotes or braces
<a href={props.href} @process.foo=Acme.Com:Processor>
But this would work in "pure" Fusion:
@process.tracking = Acme.Com:Processor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels