Skip to content

Function calls in spread attributes #62

@rraval

Description

@rraval

Try Coffee-React Link

This compiles properly:

<div {...@props.func(a,b)} />

This does not (note the offending space between the a, and b):

<div {...@props.func(a, b)} />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions